Add dry_run_mode/tests/data/sample_drift_report.json

This commit is contained in:
Mika 2026-02-06 15:31:51 +00:00
parent a6390026e9
commit 5c6408c4a0

View file

@ -0,0 +1,19 @@
{
"strata": {
"pinned": {
"metric_drift": 0.02,
"threshold": 0.05,
"sample_size": 1200
},
"unpinned": {
"metric_drift": 0.12,
"threshold": 0.05,
"sample_size": 890
}
},
"metadata": {
"evaluation_timestamp": "2024-03-15T10:25:00Z",
"source": "unit_test_fixture",
"version": 1
}
}