From 49df44dac761e3b27a9e0bc84ffc7cfb8def41f0 Mon Sep 17 00:00:00 2001 From: Mika Date: Mon, 23 Mar 2026 11:13:28 +0000 Subject: [PATCH] Add bandwidth_analysis/tests/data/baseline_example.json --- bandwidth_analysis/tests/data/baseline_example.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bandwidth_analysis/tests/data/baseline_example.json diff --git a/bandwidth_analysis/tests/data/baseline_example.json b/bandwidth_analysis/tests/data/baseline_example.json new file mode 100644 index 0000000..d1508b9 --- /dev/null +++ b/bandwidth_analysis/tests/data/baseline_example.json @@ -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} + ] +} \ No newline at end of file