Add bandwidth_analysis/tests/data/baseline_example.json

This commit is contained in:
Mika 2026-03-23 11:13:28 +00:00
parent 0e16477415
commit 49df44dac7

View 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}
]
}