Add artifact_1_band_width_analysis/tests/data/test_runs.json
This commit is contained in:
parent
70ed1e8794
commit
2b2aa86a68
1 changed files with 26 additions and 0 deletions
26
artifact_1_band_width_analysis/tests/data/test_runs.json
Normal file
26
artifact_1_band_width_analysis/tests/data/test_runs.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"band_width": 120.5,
|
||||||
|
"aux": 3,
|
||||||
|
"near_expiry": 0.05,
|
||||||
|
"retry_tail_p99": 1.8
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"band_width": 98.7,
|
||||||
|
"aux": 2,
|
||||||
|
"near_expiry": 0.15,
|
||||||
|
"retry_tail_p99": 2.3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"band_width": 134.2,
|
||||||
|
"aux": 4,
|
||||||
|
"near_expiry": 0.02,
|
||||||
|
"retry_tail_p99": 1.2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"band_width": 87.9,
|
||||||
|
"aux": 1,
|
||||||
|
"near_expiry": 0.22,
|
||||||
|
"retry_tail_p99": 3.1
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue