diff --git a/1_interferenz_metrics_parser/tests/data/sample_interference_logs.json b/1_interferenz_metrics_parser/tests/data/sample_interference_logs.json new file mode 100644 index 0000000..491b072 --- /dev/null +++ b/1_interferenz_metrics_parser/tests/data/sample_interference_logs.json @@ -0,0 +1,26 @@ +[ + { + "run_id": "#31b", + "retry_tail_p99": 12.84, + "band_width": 154.3, + "mix_ratio": 0.1 + }, + { + "run_id": "#32", + "retry_tail_p99": 15.27, + "band_width": 120.9, + "mix_ratio": 0.25 + }, + { + "run_id": "#33", + "retry_tail_p99": 19.54, + "band_width": 95.6, + "mix_ratio": 0.5 + }, + { + "run_id": "#34", + "retry_tail_p99": 28.73, + "band_width": 70.2, + "mix_ratio": 0.8 + } +] \ No newline at end of file