From a4c49efcb2128f358573cd8ddd348f6fb6cc12db Mon Sep 17 00:00:00 2001 From: Mika Date: Mon, 30 Mar 2026 16:33:40 +0000 Subject: [PATCH] Add report_generation/tests/data/sample_analysis_results.json --- .../tests/data/sample_analysis_results.json | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 report_generation/tests/data/sample_analysis_results.json diff --git a/report_generation/tests/data/sample_analysis_results.json b/report_generation/tests/data/sample_analysis_results.json new file mode 100644 index 0000000..a86b8ed --- /dev/null +++ b/report_generation/tests/data/sample_analysis_results.json @@ -0,0 +1,56 @@ +[ + { + "run_id": "run_34", + "step_id": 1, + "epoch_ms": 1711950000000, + "monotonic_ns": 1200000000, + "tz_offset_minutes": 0, + "retry_tail_p99": 0.12, + "band_width": 85.4 + }, + { + "run_id": "run_34", + "step_id": 2, + "epoch_ms": 1711950060000, + "monotonic_ns": 2400000000, + "tz_offset_minutes": 0, + "retry_tail_p99": 0.09, + "band_width": 87.1 + }, + { + "run_id": "run_35", + "step_id": 1, + "epoch_ms": 1711950120000, + "monotonic_ns": 3600000000, + "tz_offset_minutes": 0, + "retry_tail_p99": 0.15, + "band_width": 84.9 + }, + { + "run_id": "run_35", + "step_id": 2, + "epoch_ms": 1711950180000, + "monotonic_ns": 4800000000, + "tz_offset_minutes": 0, + "retry_tail_p99": 0.13, + "band_width": 86.2 + }, + { + "run_id": "run_36", + "step_id": 1, + "epoch_ms": 1711950240000, + "monotonic_ns": 6000000000, + "tz_offset_minutes": 0, + "retry_tail_p99": 0.10, + "band_width": 88.0 + }, + { + "run_id": "run_36", + "step_id": 2, + "epoch_ms": 1711950300000, + "monotonic_ns": 7200000000, + "tz_offset_minutes": 0, + "retry_tail_p99": 0.11, + "band_width": 87.7 + } +] \ No newline at end of file