Add artifact.1/tests/data/sample_runs.json
This commit is contained in:
parent
0793723c2c
commit
5a120c57e0
1 changed files with 23 additions and 0 deletions
23
artifact.1/tests/data/sample_runs.json
Normal file
23
artifact.1/tests/data/sample_runs.json
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"run_id": "run_15",
|
||||||
|
"healing_rate": 0.94,
|
||||||
|
"overhead_ms": 105.6,
|
||||||
|
"warn_rate": 0.03,
|
||||||
|
"unknown_rate": 0.01
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"run_id": "run_16",
|
||||||
|
"healing_rate": 0.91,
|
||||||
|
"overhead_ms": 120.2,
|
||||||
|
"warn_rate": 0.05,
|
||||||
|
"unknown_rate": 0.02
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"run_id": "run_16b",
|
||||||
|
"healing_rate": 0.97,
|
||||||
|
"overhead_ms": 98.4,
|
||||||
|
"warn_rate": 0.02,
|
||||||
|
"unknown_rate": 0.01
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue