ci: restore node benchmark contracts #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/fix-benchmark-contract-runtime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Why
The failing Forgejo/GitHub CI benchmark was not a new engine slowdown. The perf contract started failing after the benchmark entrypoints were switched to Bun, which caused the range aggregate benchmark to fall back to JS instead of exercising the intended WASM fast path.
Verification