Add trace_agg/tests/data/test_trace.json
This commit is contained in:
parent
f3e580200e
commit
d6af499300
1 changed files with 18 additions and 0 deletions
18
trace_agg/tests/data/test_trace.json
Normal file
18
trace_agg/tests/data/test_trace.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"run_id": "run_001_pinned",
|
||||
"mischfenster_p50": 15.2,
|
||||
"mischfenster_p95": 25.8,
|
||||
"mischfenster_max": 39.0,
|
||||
"step_order_stability": 97.5,
|
||||
"read_between_steps": 12
|
||||
},
|
||||
{
|
||||
"run_id": "run_001_unpinned",
|
||||
"mischfenster_p50": 18.7,
|
||||
"mischfenster_p95": 31.4,
|
||||
"mischfenster_max": 47.9,
|
||||
"step_order_stability": 88.3,
|
||||
"read_between_steps": 15
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue