aux3_run_analysis/artifact.001/tests/data/sample_measurements.json

30 lines
No EOL
644 B
JSON

[
{
"timestamp": "2024-06-10T07:05:00Z",
"measured_p": 0.134,
"freeze_ok": false,
"setup_fingerprint": "setupA",
"policy_hash": "ph123"
},
{
"timestamp": "2024-06-10T07:06:00Z",
"measured_p": 0.147,
"freeze_ok": true,
"setup_fingerprint": "setupA",
"policy_hash": "ph123"
},
{
"timestamp": "2024-06-10T07:07:00Z",
"measured_p": 0.121,
"freeze_ok": true,
"setup_fingerprint": "setupB",
"policy_hash": "ph456"
},
{
"timestamp": "2024-06-10T07:08:00Z",
"measured_p": 0.095,
"freeze_ok": false,
"setup_fingerprint": "setupC",
"policy_hash": "ph789"
}
]