test(benchmarks): canonical baseline and CI bench gate#206
Merged
NathanFlurry merged 1 commit intoJul 2, 2026
Merged
Conversation
Wins must not silently regress: - Canonical baseline (results/baseline-local.json, committed): full 70-row matrix from a RELEASE sidecar with hardware, binary provenance, and engine defaults embedded; regeneration procedure documented. - bench:gate: 12 deterministic rows across fs/net/modules/wasm/command tiers, relative threshold (fail > 2.0x) with a sub-ms noise floor (baseline <0.3ms ignored until current >= 1ms); REFUSES debug binaries (exit 2). Verified to bite: a deliberate slowdown in fs_write_big failed at 3.57x and passed after revert. - .github/workflows/bench.yml: PR quick-gate using the filtered install (pnpm --filter '@secure-exec/benchmarks...' works without the gitignored website vendor dir, so the gate is independent of the broken root install) + release builds; nightly full matrix uploading results. CI baselines bootstrap per-environment: nightly produces a baseline-ci.json candidate, a human commits it, then PRs are gated on runner-native numbers.
Member
Author
|
Stack for rivet-dev/secure-exec
Get stack: |
railway-app
Bot
temporarily deployed
to
secure-exec / secure-exec-pr-206
July 2, 2026 13:58
Destroyed
NathanFlurry
deleted the
stack/test-benchmarks-canonical-baseline-and-ci-bench-gate-yxkpzryl
branch
July 2, 2026 13:58
railway-app
Bot
requested a deployment
to
rivet-frontend / rivet-pr-5343
July 2, 2026 13:58
In progress
railway-app
Bot
requested a deployment
to
rivet-frontend / rivet-pr-5314
July 2, 2026 13:58
In progress
railway-app
Bot
requested a deployment
to
rivet-frontend / rivet-pr-5328
July 2, 2026 13:58
In progress
railway-app
Bot
requested a deployment
to
rivet-frontend / agentos-pr-1507
July 2, 2026 13:58
In progress
railway-app
Bot
requested a deployment
to
rivet-frontend / rivet-pr-5333
July 2, 2026 13:58
In progress
railway-app
Bot
requested a deployment
to
rivet-frontend / agentos-pr-1510
July 2, 2026 13:58
In progress
railway-app
Bot
requested a deployment
to
rivet-frontend / rivet-pr-5324
July 2, 2026 13:58
In progress
railway-app
Bot
requested a deployment
to
rivet-frontend / rivet-pr-5320
July 2, 2026 13:58
In progress
railway-app
Bot
requested a deployment
to
rivet-frontend / rivet-pr-5338
July 2, 2026 13:58
In progress
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.
Wins must not silently regress:
matrix from a RELEASE sidecar with hardware, binary provenance, and engine
defaults embedded; regeneration procedure documented.
relative threshold (fail > 2.0x) with a sub-ms noise floor (baseline <0.3ms
ignored until current >= 1ms); REFUSES debug binaries (exit 2). Verified to
bite: a deliberate slowdown in fs_write_big failed at 3.57x and passed after
revert.
(pnpm --filter '@secure-exec/benchmarks...' works without the gitignored
website vendor dir, so the gate is independent of the broken root install)
bootstrap per-environment: nightly produces a baseline-ci.json candidate, a
human commits it, then PRs are gated on runner-native numbers.