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

This commit is contained in:
Mika 2026-04-04 17:36:40 +00:00
parent ab1b92ebee
commit a9727c25f4

View file

@ -0,0 +1,30 @@
[
{
"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"
}
]