Add trace_aggpy/tests/data/sample_reads.json

This commit is contained in:
Mika 2026-01-20 12:12:25 +00:00
parent 6e33900456
commit ae24a0e16d

View file

@ -0,0 +1,58 @@
[
{
"corr_id": "run_001",
"timestamp": 0.001,
"cpu": 0,
"field_tag": "mult",
"retry_free": true
},
{
"corr_id": "run_001",
"timestamp": 0.0035,
"cpu": 1,
"field_tag": "shift",
"retry_free": false
},
{
"corr_id": "run_001",
"timestamp": 0.0041,
"cpu": 1,
"field_tag": "nsec_base",
"retry_free": true
},
{
"corr_id": "run_002",
"timestamp": 0.0008,
"cpu": 2,
"field_tag": "mult",
"retry_free": true
},
{
"corr_id": "run_002",
"timestamp": 0.0020,
"cpu": 3,
"field_tag": "shift",
"retry_free": true
},
{
"corr_id": "run_002",
"timestamp": 0.0029,
"cpu": 3,
"field_tag": "nsec_base",
"retry_free": false
},
{
"corr_id": "run_edge",
"timestamp": 0.0,
"cpu": 0,
"field_tag": "mult",
"retry_free": false
},
{
"corr_id": "run_edge",
"timestamp": 10.0,
"cpu": 0,
"field_tag": "shift",
"retry_free": true
}
]