Implement Stage 16 benchmarks and integration gate - #17
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements Stage 16: benchmarks and regression test suite.
This PR adds a non-runtime benchmark crate, committed benchmark report, Stage 16 integration gate, CI benchmark smoke, and documentation updates marking Stage 16 complete.
What Changed
manas-benches, a workspace tooling crate with a custom no-dependency benchmark harness..manassave.manasloadBENCHMARKS.md, generated by the full benchmark command.manas-cli/tests/stage16_integration.rswith IT-1 through IT-8:.txt,.md, and.rsingestioncargo bench -p manas-benches -- --quick.Cargo.lockupdate for the new workspace crate.Verification
Passed locally:
cargo fmt --all -- --check cargo test --workspace cargo clippy --workspace --all-targets -- -D warnings cargo build --workspace --release cargo bench -p manas-benches -- --quick cargo bench -p manas-benches -- --write-markdown BENCHMARKS.md bash demo.sh git diff --checkDemo Result
bash demo.shstill passes the neural-weights-only proof after deleting all historical sidecars. The demo answers the five Stage 13 questions from neural weights with confidence1.00, and the generated brain remains under the size gate.