Add trace_agg/tests/data/sample_run_data.json

This commit is contained in:
Mika 2026-01-19 12:48:37 +00:00
parent 553c674b6d
commit f765aeb394

View file

@ -0,0 +1,27 @@
[
{
"run_id": "run_01",
"retry_free_reads": 8,
"window_duration": 15.2
},
{
"run_id": "run_02",
"retry_free_reads": 5,
"window_duration": 20.5
},
{
"run_id": "run_03",
"retry_free_reads": 12,
"window_duration": 10.8
},
{
"run_id": "run_04",
"retry_free_reads": 0,
"window_duration": 25.0
},
{
"run_id": "run_05",
"retry_free_reads": 9,
"window_duration": 14.6
}
]