Add run_summary_export/tests/data/test_run_summary.json
This commit is contained in:
parent
09b4d3e640
commit
e76b63e455
1 changed files with 30 additions and 0 deletions
30
run_summary_export/tests/data/test_run_summary.json
Normal file
30
run_summary_export/tests/data/test_run_summary.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
{
|
||||
"run_id": "pinned_run_001",
|
||||
"p95": 2.45,
|
||||
"p99": 3.12,
|
||||
"retry_free_count": 1500,
|
||||
"publish_reorder_count": 2
|
||||
},
|
||||
{
|
||||
"run_id": "unpinned_run_001",
|
||||
"p95": 2.78,
|
||||
"p99": 3.65,
|
||||
"retry_free_count": 1450,
|
||||
"publish_reorder_count": 5
|
||||
},
|
||||
{
|
||||
"run_id": "pinned_run_002",
|
||||
"p95": 2.33,
|
||||
"p99": 3.01,
|
||||
"retry_free_count": 1600,
|
||||
"publish_reorder_count": 1
|
||||
},
|
||||
{
|
||||
"run_id": "unpinned_run_002",
|
||||
"p95": 2.80,
|
||||
"p99": 3.72,
|
||||
"retry_free_count": 1425,
|
||||
"publish_reorder_count": 6
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue