Add trace_aggpy/tests/data/sample_reads.json
This commit is contained in:
parent
6e33900456
commit
ae24a0e16d
1 changed files with 58 additions and 0 deletions
58
trace_aggpy/tests/data/sample_reads.json
Normal file
58
trace_aggpy/tests/data/sample_reads.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue