Add outlier_analysis/tests/data/outlier_sample.json

This commit is contained in:
Mika 2026-03-13 16:23:01 +00:00
parent e6a47c9e7c
commit 13b86a7d71

View file

@ -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"
}
]