Add run_summary/tests/data/sample_run.json
This commit is contained in:
parent
b775cdfee6
commit
977234e690
1 changed files with 27 additions and 0 deletions
27
run_summary/tests/data/sample_run.json
Normal file
27
run_summary/tests/data/sample_run.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[
|
||||
{
|
||||
"corr_id": "abc123",
|
||||
"metric_value": 0.91,
|
||||
"timestamp": "2024-06-11T12:00:00Z"
|
||||
},
|
||||
{
|
||||
"corr_id": "abc124",
|
||||
"metric_value": 0.88,
|
||||
"timestamp": "2024-06-11T12:01:00Z"
|
||||
},
|
||||
{
|
||||
"corr_id": "abc125",
|
||||
"metric_value": 0.75,
|
||||
"timestamp": "2024-06-11T12:02:00Z"
|
||||
},
|
||||
{
|
||||
"corr_id": "abc126",
|
||||
"metric_value": 0.95,
|
||||
"timestamp": "2024-06-11T12:03:00Z"
|
||||
},
|
||||
{
|
||||
"corr_id": "abc127",
|
||||
"metric_value": 1.05,
|
||||
"timestamp": "2024-06-11T12:04:00Z"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue