Add artifact.preflight_checker/tests/data/sample_valid_runs.json
This commit is contained in:
parent
dc3a73ea3a
commit
6d70a0397a
1 changed files with 20 additions and 0 deletions
20
artifact.preflight_checker/tests/data/sample_valid_runs.json
Normal file
20
artifact.preflight_checker/tests/data/sample_valid_runs.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"run_id": 40,
|
||||
"timestamp": "2024-06-18T10:15:00Z",
|
||||
"metrics": {
|
||||
"near_expiry_unpinned": 0.045,
|
||||
"freeze_target": 0.05,
|
||||
"freeze_tol": 0.01
|
||||
}
|
||||
},
|
||||
{
|
||||
"run_id": 41,
|
||||
"timestamp": "2024-06-18T11:00:00Z",
|
||||
"metrics": {
|
||||
"near_expiry_unpinned": 0.065,
|
||||
"freeze_target": 0.05,
|
||||
"freeze_tol": 0.01
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue