Why Rust — and the one number we do not have.
A fleet's bottleneck is the store every worker writes to. Each row below is a bench.result whose verdict is recomputed when the report renders.
| what | number | measured over | status |
| event admission, p99 | 0.342 – 1.703 ms | 10,000 seeded drafts per kind, ten kinds, end to end | MEASURED · target ≤ 2 ms |
| ledger throughput | 5,375 – 5,648 / s | 1, 4 and 16 concurrent producers for 10 s; dense seq, zero BUSY — synthetic drafts, not agents | MEASURED · target ≥ 500 / s |
| budget under contention | 6,101 reserves / s | 8 clients demanding 400 against a cap of 100: 0 over-cap admits, 30 refused, the cap reached, the sum within it at every prefix | MEASURED · p99 1.713 ms |
| guard evaluation, p50 | 0.002 – 0.009 ms | twelve guard and ledger-size rows, 10 k and 100 k events | MEASURED · target ≤ 10 ms |
| the whole derived state rebuilt | 4.166 s | 100,000 events, 29 tables, hash-equal to the incremental views | MEASURED · target < 60 s |
| peak memory, a headless run | 37.3 MB | one run at the depth table's concurrency of 8 | MEASURED · target ≤ 60 MB |
| the console's worst screen, p95 | 24.5 ms | a 95 MB ledger of 53 runs, release build, the pod to itself | MEASURED · bound 500 ms |
| one research run, p50 wall | 93.6 s | 52 finished runs of the MVP gate — the network and the model, not the kernel | MEASURED |
| n agents researching at once | — | never run — no wall time, throughput or contention number for concurrent research runs against one ledger | NOT MEASURED |
The kernel is not where a run's time goes: 93.6 s of wall against a worst screen of 24.5 ms. But we have never run n agents at once and measured it — the nearest thing on the record is a correctness test over three concurrent runs against a mock. That measurement is the next one to make, and until it exists this page claims no scale number.docs/BENCH-POC.md (K-1, K-2, K-3, K-5, K-6, O-1, G-2 with their POC targets) · docs/CONSOLE.md (the render times, release, 53-run 95 MB ledger) · docs/GATE-MVP.md (p50 93.6 s over 52 finished runs) · plans/audit-first.v2.toml (the depth table) · bench/sets/gold-8/caps.toml (or_in_flight = 10) · docs/TESTPLAN-POC.md T-BS-4, T-G1-1, T-G0-9
next: the reference — what is merged, with the file it is read from · how it works — the same machine, drawn.