diff --git a/artifact.001/tests/data/sample_measurements.json b/artifact.001/tests/data/sample_measurements.json new file mode 100644 index 0000000..0b77db1 --- /dev/null +++ b/artifact.001/tests/data/sample_measurements.json @@ -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" + } +] \ No newline at end of file