Add artifact_2/tests/data/sample_log_entries.json

This commit is contained in:
Mika 2026-03-29 10:41:48 +00:00
parent f090e9cbdb
commit 684615d057

View file

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