Add trace_agg/tests/data/sample_run_data.json
This commit is contained in:
parent
553c674b6d
commit
f765aeb394
1 changed files with 27 additions and 0 deletions
27
trace_agg/tests/data/sample_run_data.json
Normal file
27
trace_agg/tests/data/sample_run_data.json
Normal 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
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue