From 13b86a7d71a69fa5c8e2770aa61902b5569a1b81 Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 13 Mar 2026 16:23:01 +0000 Subject: [PATCH] Add outlier_analysis/tests/data/outlier_sample.json --- .../tests/data/outlier_sample.json | 112 ++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 outlier_analysis/tests/data/outlier_sample.json diff --git a/outlier_analysis/tests/data/outlier_sample.json b/outlier_analysis/tests/data/outlier_sample.json new file mode 100644 index 0000000..69f62dd --- /dev/null +++ b/outlier_analysis/tests/data/outlier_sample.json @@ -0,0 +1,112 @@ +[ + { + "corr_id": "run-001", + "stratum": "alpha", + "job_parallelism": 8, + "expires_at_dist_hours": 1.5, + "t_gate_read": 0.25, + "t_index_visible": 0.45, + "retry_total_overhead_ms": 130.0, + "policy_hash": "phash-001", + "setup_fingerprint": "setfp-001" + }, + { + "corr_id": "run-002", + "stratum": "alpha", + "job_parallelism": 8, + "expires_at_dist_hours": 1.6, + "t_gate_read": 0.20, + "t_index_visible": 0.44, + "retry_total_overhead_ms": 120.0, + "policy_hash": "phash-001", + "setup_fingerprint": "setfp-001" + }, + { + "corr_id": "run-003", + "stratum": "alpha", + "job_parallelism": 8, + "expires_at_dist_hours": 1.55, + "t_gate_read": 0.27, + "t_index_visible": 0.49, + "retry_total_overhead_ms": 140.0, + "policy_hash": "phash-001", + "setup_fingerprint": "setfp-001" + }, + { + "corr_id": "run-004", + "stratum": "beta", + "job_parallelism": 4, + "expires_at_dist_hours": 2.1, + "t_gate_read": 0.40, + "t_index_visible": 0.65, + "retry_total_overhead_ms": 500.0, + "policy_hash": "phash-002", + "setup_fingerprint": "setfp-002" + }, + { + "corr_id": "run-005", + "stratum": "beta", + "job_parallelism": 4, + "expires_at_dist_hours": 2.3, + "t_gate_read": 0.42, + "t_index_visible": 0.68, + "retry_total_overhead_ms": 490.0, + "policy_hash": "phash-002", + "setup_fingerprint": "setfp-002" + }, + { + "corr_id": "run-006", + "stratum": "gamma", + "job_parallelism": 16, + "expires_at_dist_hours": 3.0, + "t_gate_read": 0.55, + "t_index_visible": 0.80, + "retry_total_overhead_ms": 35.0, + "policy_hash": "phash-003", + "setup_fingerprint": "setfp-003" + }, + { + "corr_id": "run-007", + "stratum": "gamma", + "job_parallelism": 16, + "expires_at_dist_hours": 3.1, + "t_gate_read": 0.52, + "t_index_visible": 0.78, + "retry_total_overhead_ms": 40.0, + "policy_hash": "phash-003", + "setup_fingerprint": "setfp-003" + }, + { + "corr_id": "run-008", + "stratum": "gamma", + "job_parallelism": 16, + "expires_at_dist_hours": 3.2, + "t_gate_read": 0.60, + "t_index_visible": 0.85, + "retry_total_overhead_ms": 38.0, + "policy_hash": "phash-003", + "setup_fingerprint": "setfp-003" + }, + { + "corr_id": "run-009", + "stratum": "delta", + "job_parallelism": 2, + "expires_at_dist_hours": 0.9, + "t_gate_read": 0.10, + "t_index_visible": 0.22, + "retry_total_overhead_ms": 900.0, + "policy_hash": "phash-004", + "setup_fingerprint": "setfp-004" + }, + { + "corr_id": "run-010", + "stratum": "delta", + "job_parallelism": 2, + "expires_at_dist_hours": 1.0, + "t_gate_read": 0.12, + "t_index_visible": 0.25, + "retry_total_overhead_ms": 950.0, + "policy_hash": "phash-004", + "setup_fingerprint": "setfp-004" + } +] \ No newline at end of file