`tests/perf_gate.rs` enforces these via `cargo test`. Budgets are
intentionally loose (≥ 5-10× headroom) so they catch order-of-magnitude
regressions, not micro-perf swings (criterion handles those).
```bash
cargo bench -p mailrs-arc --bench arc # criterion numbers
cargo test -p mailrs-arc --test perf_gate # budget enforcement
```