Add frozen_runs_analysis/tests/data/frozen_runs_sample.json
This commit is contained in:
parent
c6cb9f0a50
commit
41a5ae707e
1 changed files with 57 additions and 0 deletions
57
frozen_runs_analysis/tests/data/frozen_runs_sample.json
Normal file
57
frozen_runs_analysis/tests/data/frozen_runs_sample.json
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
[
|
||||
{
|
||||
"run_id": "#24",
|
||||
"status": "pinned",
|
||||
"sanity_checks": {
|
||||
"corrid_chain_valid": true,
|
||||
"missing_pairs": 0,
|
||||
"clocksource_switches": 1,
|
||||
"p95_latency_ms": 12.5
|
||||
},
|
||||
"config_hash": "a1b2c3d4e5f6"
|
||||
},
|
||||
{
|
||||
"run_id": "#25",
|
||||
"status": "pinned",
|
||||
"sanity_checks": {
|
||||
"corrid_chain_valid": true,
|
||||
"missing_pairs": 2,
|
||||
"clocksource_switches": 0,
|
||||
"p95_latency_ms": 18.7
|
||||
},
|
||||
"config_hash": "a1b2c3d4e5f6"
|
||||
},
|
||||
{
|
||||
"run_id": "#26",
|
||||
"status": "unpinned",
|
||||
"sanity_checks": {
|
||||
"corrid_chain_valid": false,
|
||||
"missing_pairs": 4,
|
||||
"clocksource_switches": 3,
|
||||
"p95_latency_ms": 22.1
|
||||
},
|
||||
"config_hash": "d9e8f7a6b5c4"
|
||||
},
|
||||
{
|
||||
"run_id": "#27",
|
||||
"status": "pinned",
|
||||
"sanity_checks": {
|
||||
"corrid_chain_valid": true,
|
||||
"missing_pairs": 1,
|
||||
"clocksource_switches": 1,
|
||||
"p95_latency_ms": 14.9
|
||||
},
|
||||
"config_hash": "a1b2c3d4e5f6"
|
||||
},
|
||||
{
|
||||
"run_id": "#28",
|
||||
"status": "unpinned",
|
||||
"sanity_checks": {
|
||||
"corrid_chain_valid": false,
|
||||
"missing_pairs": 5,
|
||||
"clocksource_switches": 2,
|
||||
"p95_latency_ms": 25.3
|
||||
},
|
||||
"config_hash": "d9e8f7a6b5c4"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue