{
  "engine_config": {
    "dataset": "100000 seeded entities",
    "durability": "Strict writers (group commit, default Full flush)",
    "readers": 8,
    "state": "MVCC snapshot roots (arc-swap + persistent OrdMap)",
    "writers": 32
  },
  "environment": {
    "arch": "aarch64",
    "hardware": "Apple M5, 32 GB RAM",
    "operating_system": "macos",
    "scope": "local"
  },
  "kpi_gate": {
    "description": "read p99 under a 32-writer storm within 2x quiescent read p99",
    "met": true,
    "ratio": 1.0
  },
  "measurements": [
    {
      "id": "point_read/quiescent",
      "p50_ms": 0.001,
      "p99_ms": 0.002,
      "reads": 40804497,
      "throughput_reads_s": 8160899.4
    },
    {
      "concurrent_durable_writes_s": 7183.4,
      "id": "point_read/under_storm",
      "p50_ms": 0.001,
      "p99_ms": 0.002,
      "reads": 41035498,
      "throughput_reads_s": 8207099.6
    }
  ],
  "origin": {
    "build": "release",
    "kind": "measured",
    "tool": "examples/read_under_write_storm.rs"
  },
  "schema": "kynetra.benchmark/v1",
  "status": "local_evidence",
  "suite": "read_under_write_storm_mvcc"
}
