Add data_analysis/tests/data/sample_run_data.json
This commit is contained in:
parent
3e5c8d6542
commit
30cb2b12ac
1 changed files with 32 additions and 0 deletions
32
data_analysis/tests/data/sample_run_data.json
Normal file
32
data_analysis/tests/data/sample_run_data.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"epoch_ms": 1710000000000,
|
||||
"run_id": "r001",
|
||||
"retry_tail_p99": 12.3,
|
||||
"band_width": 98.5
|
||||
},
|
||||
{
|
||||
"epoch_ms": 1710000005000,
|
||||
"run_id": "r001",
|
||||
"retry_tail_p99": 11.9,
|
||||
"band_width": 99.1
|
||||
},
|
||||
{
|
||||
"epoch_ms": 1710000010000,
|
||||
"run_id": "r002",
|
||||
"retry_tail_p99": 13.1,
|
||||
"band_width": 97.8
|
||||
},
|
||||
{
|
||||
"epoch_ms": 1710000015000,
|
||||
"run_id": "r002",
|
||||
"retry_tail_p99": 13.0,
|
||||
"band_width": 98.2
|
||||
},
|
||||
{
|
||||
"epoch_ms": 1710000020000,
|
||||
"run_id": "r003",
|
||||
"retry_tail_p99": 12.7,
|
||||
"band_width": 99.0
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue