Add robustness_check/tests/data/frozen_runs.json
This commit is contained in:
parent
497bdc3e0c
commit
8607d48ba4
1 changed files with 32 additions and 0 deletions
32
robustness_check/tests/data/frozen_runs.json
Normal file
32
robustness_check/tests/data/frozen_runs.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"run_id": 1,
|
||||
"p95_value": 0.87,
|
||||
"pinned": true
|
||||
},
|
||||
{
|
||||
"run_id": 2,
|
||||
"p95_value": 0.91,
|
||||
"pinned": true
|
||||
},
|
||||
{
|
||||
"run_id": 3,
|
||||
"p95_value": 0.53,
|
||||
"pinned": false
|
||||
},
|
||||
{
|
||||
"run_id": 4,
|
||||
"p95_value": 0.49,
|
||||
"pinned": false
|
||||
},
|
||||
{
|
||||
"run_id": 5,
|
||||
"p95_value": 0.88,
|
||||
"pinned": true
|
||||
},
|
||||
{
|
||||
"run_id": 6,
|
||||
"p95_value": 0.47,
|
||||
"pinned": false
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue