Add bandwidth_analysis/tests/data/baseline_example.json
This commit is contained in:
parent
0e16477415
commit
49df44dac7
1 changed files with 9 additions and 0 deletions
9
bandwidth_analysis/tests/data/baseline_example.json
Normal file
9
bandwidth_analysis/tests/data/baseline_example.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"bandwidth": [100.0, 102.5, 98.7, 101.2],
|
||||
"retry_tail_p99": [0.02, 0.03, 0.025, 0.028],
|
||||
"segments": [
|
||||
{"name": "pinned", "throughput": 120.5},
|
||||
{"name": "unpinned", "throughput": 115.2},
|
||||
{"name": "mixed", "throughput": 118.7}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue