Add report_generation/tests/data/sample_analysis_results.json
This commit is contained in:
parent
6dfe3af5a7
commit
a4c49efcb2
1 changed files with 56 additions and 0 deletions
56
report_generation/tests/data/sample_analysis_results.json
Normal file
56
report_generation/tests/data/sample_analysis_results.json
Normal file
|
|
@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue