Add trace_agg.py/tests/data/sample_trace.json

This commit is contained in:
Mika 2026-01-18 17:11:10 +00:00
parent ea0ba6784c
commit 8cfdc1c886

View file

@ -0,0 +1,47 @@
[
{
"corr_id": 101,
"event_type": "write_pre",
"timestamp": 1.0001
},
{
"corr_id": 101,
"event_type": "read_between_steps",
"timestamp": 1.0005
},
{
"corr_id": 101,
"event_type": "write_post",
"timestamp": 1.0010
},
{
"corr_id": 102,
"event_type": "write_pre",
"timestamp": 2.1000
},
{
"corr_id": 102,
"event_type": "write_post",
"timestamp": 2.1030
},
{
"corr_id": 103,
"event_type": "write_pre",
"timestamp": 3.2000
},
{
"corr_id": 103,
"event_type": "read_between_steps",
"timestamp": 3.2010
},
{
"corr_id": 103,
"event_type": "read_between_steps",
"timestamp": 3.2020
},
{
"corr_id": 103,
"event_type": "write_post",
"timestamp": 3.2030
}
]