Add 1_interferenz_metrics_parser/tests/data/sample_interference_logs.json
This commit is contained in:
parent
378133d6b4
commit
08343560b2
1 changed files with 26 additions and 0 deletions
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"run_id": "#31b",
|
||||
"retry_tail_p99": 12.84,
|
||||
"band_width": 154.3,
|
||||
"mix_ratio": 0.1
|
||||
},
|
||||
{
|
||||
"run_id": "#32",
|
||||
"retry_tail_p99": 15.27,
|
||||
"band_width": 120.9,
|
||||
"mix_ratio": 0.25
|
||||
},
|
||||
{
|
||||
"run_id": "#33",
|
||||
"retry_tail_p99": 19.54,
|
||||
"band_width": 95.6,
|
||||
"mix_ratio": 0.5
|
||||
},
|
||||
{
|
||||
"run_id": "#34",
|
||||
"retry_tail_p99": 28.73,
|
||||
"band_width": 70.2,
|
||||
"mix_ratio": 0.8
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue