From 72d7db6950c7868009ee29c98fc0d61b2e53ebcc Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 20 Mar 2026 11:41:44 +0000 Subject: [PATCH] Add artifact.1/tests/data/sample_metrics.json --- artifact.1/tests/data/sample_metrics.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 artifact.1/tests/data/sample_metrics.json diff --git a/artifact.1/tests/data/sample_metrics.json b/artifact.1/tests/data/sample_metrics.json new file mode 100644 index 0000000..ef964fa --- /dev/null +++ b/artifact.1/tests/data/sample_metrics.json @@ -0,0 +1,22 @@ +[ + { + "band_width": 120.5, + "retry_tail_p99": 3.7, + "band_center": 60.2 + }, + { + "band_width": 118.9, + "retry_tail_p99": 4.1, + "band_center": 59.8 + }, + { + "band_width": 121.3, + "retry_tail_p99": 3.5, + "band_center": 60.4 + }, + { + "band_width": 123.0, + "retry_tail_p99": 3.9, + "band_center": 61.0 + } +] \ No newline at end of file