Refresh engine comparison benchmark results#2621
Merged
Merged
Conversation
Full re-run after the 2026-07-10 batch (sebastienros#2613, sebastienros#2615-sebastienros#2620). Highlights vs the 2026-07-09 refresh: dromaeo-string-base64 allocation -30% (2.30 -> 1.62 MB/op) and -modern -4.3% time, the classic row now ranked first outright (previously tied with NiL.JS) - loop tests of the form i < s.length read the length unboxed through the comparison lane (sebastienros#2617). The batch's engine-reuse wins (sebastienros#2613/sebastienros#2615 definition reuse, sebastienros#2616 slot-cache lane restoration) target long-lived-engine embeddings and are not visible in this fresh-engine-per-op table. Everything else moved within documented noise bands; competitor rows served as thermal canaries (times within +/-3%, allocations byte-identical). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BY8HoKam5H8vTPn1bMY2Hv
lahma
enabled auto-merge (squash)
July 10, 2026 12:01
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.
Full re-run of the EngineComparison suite on current main, certifying the 2026-07-10 batch (#2613, #2615–#2620) on the published table. Same machine/SDK as the 2026-07-09 refresh; competitor versions unchanged, their rows served as thermal canaries (times within ±3%, allocations byte-identical).
Highlights vs the 2026-07-09 refresh
dromaeo-string-base64allocation −30% (2.30 → 1.62 MB per op),-modern−4.3% time; the classic row is now ranked first outright (previously statistically tied with NiL.JS). This is Member-bound loop test lane for i < arr.length / i < s.length #2617's member-bound comparison lane:i < s.length/i < arr.lengthloop tests read the length unboxed instead of materializing a number per iteration.stopwatchwhere NiL.JS's own row drifted −3% and BDN now groups it one rank ahead (Jint 136 ms, within ~3%, still ahead of Jurassic — prose updated honestly).🤖 Generated with Claude Code
https://claude.ai/code/session_01BY8HoKam5H8vTPn1bMY2Hv