Add run_summary/tests/data/sample_run.json

This commit is contained in:
Mika 2026-01-25 17:42:36 +00:00
parent b775cdfee6
commit 977234e690

View 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"
}
]