fix missing benchmark suite - #1
Open
Svector-anu wants to merge 2 commits into
Open
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.
why
Commit
3de875dmoved internal research out of the public repository and deletedresearch/benchmarks/benchmark-suite-v1.json, but the public CLI kept exposing benchmark commands whose runner still requires that file. As a result,benchmark run,invariants,gate, anddeterminismall failed before evaluating anything.fix
Restore the executable benchmark suite under packaged
data/benchmarks/and make npm stage it before creating a tarball. Internal planning notes, session files, and benchmark snapshots remain private.verification
npm test— 22/22 passednpm run build— passedrightstack benchmark invariants --json— executes and reports corpus findingsrightstack benchmark determinism --runs 2 --json— deterministic, no divergencesrightstack benchmark gate --min-pass-rate 0.95 --json— executes correctly and exposes current quality debt: 38/50 pass, 12 partial, 0 fail; Q010 is the only partial golden queryThe quality-gate failures are deliberately not hidden or changed in this restoration PR.