feat(bench): RFC 0031 — frozen gates asserted; scenarios .2/.4/.7/.11 green - #506
Conversation
… green The §7 partial freeze (2026-07-13) becomes enforcement: - The dispatch run asserts the frozen gates AFTER the report prints (a failed gate must not destroy the evidence): L1/L3 storage-channel must-win at the frozen margin 10, L2 processed-channel must-win at 10 per the deferred-condition rule (storage stays informational until RFC 0033), and the RFC0031.7 latency floor at the frozen factor 3 on the L6-family window pairs — loudly non-evaluable when latency is unmeasured, never a silent pass or a spurious fail. - PairSpec grows a taxonomy class (PairClass) so the report and the assertions dispatch on the class, not on label strings; the window pairs' bytes lines now read "diagnostic (published, not gated)" — ratio only, no verdict — per the freeze's reclassification. - Scenarios RFC0031.2/.4/.7 green as local, container-free tests: the frozen gate math decides correctly on both sides of each frozen boundary, and the §9.13-recorded measurements (documented historical evidence, not live measurements) clear the frozen values — including the pre-bloom L3 configuration correctly failing M_L3. - Scenario RFC0031.11 greens as a docs-presence test: benchmarks.md §9.13 must keep publishing the window-pair storage-channel loss figures alongside the wins (a suppressed loss is the process violation the scenario forbids). - RFC0031.3 stays red; its ignore message now names the deferred condition (M_L2 storage-side freeze after RFC 0033). RFC 0031 status line untouched — green-ness accounting is the maintainer's ladder step. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WQY9wfrfRggqSpMLH8Xj3Y
|
Warning Review limit reached
Next review available in: 58 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the RFC 0031 comparative benchmark harness so the §7 “partial freeze” is enforced as asserted gates (after printing the report), and flips scenarios RFC0031.2/.4/.7/.11 from ignored red stubs to locally-provable green tests that validate the frozen gate math and the published §9.13 record.
Changes:
- Turns RFC0031.2/.4/.7 into deterministic unit-style tests that assert frozen margin/floor boundary semantics and validate against recorded §9.13 measurements.
- Adds a
PairClasstaxonomy to the indicative comparative run and introducesfrozen_gate_failures()asserted after report output (L1/L3 storage must-win, L2 processed must-win, L6 latency floor when measurable). - Updates
ComparativeMarginsdocumentation to reflect the 2026-07-13 partial freeze and keeps defaults pinned via tests.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| crates/ourios-bench/tests/rfc0031_comparative.rs | Greens selected RFC0031 scenarios and adds post-report frozen-gate assertions via a new pair taxonomy. |
| crates/ourios-bench/src/lgates.rs | Updates §7 calibration docs to reflect partially frozen values and keeps defaults pinned in tests. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…c markers Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WQY9wfrfRggqSpMLH8Xj3Y
192a5ba to
524a393
Compare
What
The §7 freeze's companion slice: the harness asserts the frozen gates instead of reporting them, and §5 scenarios RFC0031.2, .4, .7, .11 turn green.
diagnostic (published, not gated)per the reclassification; L1/L3 storage lines readPRIMARY — §7 FROZEN.benchmarks.md§9.13 asserting the loss figures stay published — deleting a loss row fails CI.Validation plan (measure-before-merge)
VALIDATED: run #19 (29227795504) exit 0 — the first asserting run passed live. L1 77.2× and L3 21.8× asserted against the frozen storage margins; both window latency floors held (0.41 / 3.53 vs the 1/3 bound); L2 processed gate cleared, storage informational at 1.07×. The comparative dispatch is now an enforcing regression gate.
Checks run
cargo fmt --all --check,cargo clippy --all-targets --all-features -- -D warnings(workspace-wide),cargo nextest run -p ourios-bench(144 passed incl. the four greened scenarios) — re-verified after rebasing onto the merged freeze.🤖 Generated with Claude Code
https://claude.ai/code/session_01WQY9wfrfRggqSpMLH8Xj3Y