From 30cb2b12ac23daf4146b0586ab6f7f35019ed23b Mon Sep 17 00:00:00 2001 From: Mika Date: Mon, 30 Mar 2026 16:33:38 +0000 Subject: [PATCH] Add data_analysis/tests/data/sample_run_data.json --- data_analysis/tests/data/sample_run_data.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data_analysis/tests/data/sample_run_data.json diff --git a/data_analysis/tests/data/sample_run_data.json b/data_analysis/tests/data/sample_run_data.json new file mode 100644 index 0000000..591fcd4 --- /dev/null +++ b/data_analysis/tests/data/sample_run_data.json @@ -0,0 +1,32 @@ +[ + { + "epoch_ms": 1710000000000, + "run_id": "r001", + "retry_tail_p99": 12.3, + "band_width": 98.5 + }, + { + "epoch_ms": 1710000005000, + "run_id": "r001", + "retry_tail_p99": 11.9, + "band_width": 99.1 + }, + { + "epoch_ms": 1710000010000, + "run_id": "r002", + "retry_tail_p99": 13.1, + "band_width": 97.8 + }, + { + "epoch_ms": 1710000015000, + "run_id": "r002", + "retry_tail_p99": 13.0, + "band_width": 98.2 + }, + { + "epoch_ms": 1710000020000, + "run_id": "r003", + "retry_tail_p99": 12.7, + "band_width": 99.0 + } +] \ No newline at end of file