From 962a5444bd902a6871a2ec219ea61f8db0deac6f Mon Sep 17 00:00:00 2001 From: Mika Date: Tue, 13 Jan 2026 11:17:05 +0000 Subject: [PATCH] Add trace_analysis/tests/data/sample_trace.json --- trace_analysis/tests/data/sample_trace.json | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 trace_analysis/tests/data/sample_trace.json diff --git a/trace_analysis/tests/data/sample_trace.json b/trace_analysis/tests/data/sample_trace.json new file mode 100644 index 0000000..b557a93 --- /dev/null +++ b/trace_analysis/tests/data/sample_trace.json @@ -0,0 +1,32 @@ +[ + { + "timestamp": 0.001, + "cpu_path": "CPU0", + "reorder_score": 0.0, + "mixed_snapshot_signature_count": 0 + }, + { + "timestamp": 0.005, + "cpu_path": "CPU1", + "reorder_score": 0.15, + "mixed_snapshot_signature_count": 1 + }, + { + "timestamp": 0.010, + "cpu_path": "CPU1", + "reorder_score": 0.05, + "mixed_snapshot_signature_count": 0 + }, + { + "timestamp": 0.020, + "cpu_path": "CPU2", + "reorder_score": 0.25, + "mixed_snapshot_signature_count": 2 + }, + { + "timestamp": 0.025, + "cpu_path": "CPU0", + "reorder_score": 0.10, + "mixed_snapshot_signature_count": 0 + } +] \ No newline at end of file