From 684615d05765a2f95251829cb79c995912b14d18 Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 29 Mar 2026 10:41:48 +0000 Subject: [PATCH] Add artifact_2/tests/data/sample_log_entries.json --- artifact_2/tests/data/sample_log_entries.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 artifact_2/tests/data/sample_log_entries.json diff --git a/artifact_2/tests/data/sample_log_entries.json b/artifact_2/tests/data/sample_log_entries.json new file mode 100644 index 0000000..ea32e83 --- /dev/null +++ b/artifact_2/tests/data/sample_log_entries.json @@ -0,0 +1,23 @@ +[ + { + "epoch_ms": 1679728800000, + "monotonic_ns": 1000000000000, + "tz_offset_minutes": 60, + "run_id": "run_001", + "step_id": "step_001" + }, + { + "epoch_ms": 1679732400000, + "monotonic_ns": 1003600000000, + "tz_offset_minutes": 120, + "run_id": "run_001", + "step_id": "step_002" + }, + { + "epoch_ms": 1679736000000, + "monotonic_ns": 1007200000000, + "tz_offset_minutes": 120, + "run_id": "run_001", + "step_id": "step_003" + } +] \ No newline at end of file