From 78fb6a87636412a2e74f49b2b3a69ed07fd7b531 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/test_example.json --- bandwidth_analysis/tests/data/test_example.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bandwidth_analysis/tests/data/test_example.json diff --git a/bandwidth_analysis/tests/data/test_example.json b/bandwidth_analysis/tests/data/test_example.json new file mode 100644 index 0000000..a28df85 --- /dev/null +++ b/bandwidth_analysis/tests/data/test_example.json @@ -0,0 +1,8 @@ +{ + "bandwidth_change": 0.042, + "retry_tail_change": -0.015, + "hotspot_segments": [ + "seg_pinned", + "seg_unpinned" + ] +} \ No newline at end of file