Add baseline_recalc_ordering/tests/data/test_order_sequence.json
This commit is contained in:
parent
3df6233fde
commit
8c627f60eb
1 changed files with 12 additions and 0 deletions
12
baseline_recalc_ordering/tests/data/test_order_sequence.json
Normal file
12
baseline_recalc_ordering/tests/data/test_order_sequence.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"order_sequence": [
|
||||||
|
"recalc_init",
|
||||||
|
"recalc_adjust",
|
||||||
|
"recalc_finalize"
|
||||||
|
],
|
||||||
|
"latency_metrics": {
|
||||||
|
"mean": 12.5,
|
||||||
|
"median": 12.3,
|
||||||
|
"stdev": 0.4
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue