Add artifact.001/tests/data/sample_measurements.json
This commit is contained in:
parent
ab1b92ebee
commit
a9727c25f4
1 changed files with 30 additions and 0 deletions
30
artifact.001/tests/data/sample_measurements.json
Normal file
30
artifact.001/tests/data/sample_measurements.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue