From f765aeb394e0c637a608b80e14a43928bbd7a3dd Mon Sep 17 00:00:00 2001 From: Mika Date: Mon, 19 Jan 2026 12:48:37 +0000 Subject: [PATCH] Add trace_agg/tests/data/sample_run_data.json --- trace_agg/tests/data/sample_run_data.json | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 trace_agg/tests/data/sample_run_data.json diff --git a/trace_agg/tests/data/sample_run_data.json b/trace_agg/tests/data/sample_run_data.json new file mode 100644 index 0000000..a99a4c3 --- /dev/null +++ b/trace_agg/tests/data/sample_run_data.json @@ -0,0 +1,27 @@ +[ + { + "run_id": "run_01", + "retry_free_reads": 8, + "window_duration": 15.2 + }, + { + "run_id": "run_02", + "retry_free_reads": 5, + "window_duration": 20.5 + }, + { + "run_id": "run_03", + "retry_free_reads": 12, + "window_duration": 10.8 + }, + { + "run_id": "run_04", + "retry_free_reads": 0, + "window_duration": 25.0 + }, + { + "run_id": "run_05", + "retry_free_reads": 9, + "window_duration": 14.6 + } +] \ No newline at end of file