From e76b63e4556c165cfeefd4221e6544a8676c3c99 Mon Sep 17 00:00:00 2001 From: Mika Date: Tue, 20 Jan 2026 12:12:26 +0000 Subject: [PATCH] Add run_summary_export/tests/data/test_run_summary.json --- .../tests/data/test_run_summary.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 run_summary_export/tests/data/test_run_summary.json diff --git a/run_summary_export/tests/data/test_run_summary.json b/run_summary_export/tests/data/test_run_summary.json new file mode 100644 index 0000000..7615f8a --- /dev/null +++ b/run_summary_export/tests/data/test_run_summary.json @@ -0,0 +1,30 @@ +[ + { + "run_id": "pinned_run_001", + "p95": 2.45, + "p99": 3.12, + "retry_free_count": 1500, + "publish_reorder_count": 2 + }, + { + "run_id": "unpinned_run_001", + "p95": 2.78, + "p99": 3.65, + "retry_free_count": 1450, + "publish_reorder_count": 5 + }, + { + "run_id": "pinned_run_002", + "p95": 2.33, + "p99": 3.01, + "retry_free_count": 1600, + "publish_reorder_count": 1 + }, + { + "run_id": "unpinned_run_002", + "p95": 2.80, + "p99": 3.72, + "retry_free_count": 1425, + "publish_reorder_count": 6 + } +] \ No newline at end of file