Update engine comparison benchmarks for Jint 4.9.0#2462
Merged
Conversation
Re-ran the EngineComparison suite on the v4.9.0 tag with default BDN settings on the same hardware/.NET SDK as the previous report. Updates the engine version list (NiL.JS 2.6.1722, YantraJS 1.2.344) and the result table. Highlights vs. the previous baseline (Jint cold path): - array-stress: -73.7% allocations - dromaeo-object-array: -38% / -89% allocations - stopwatch: -45.8% allocations Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 18, 2026
This was referenced Jun 4, 2026
This was referenced Jun 29, 2026
This was referenced Jul 7, 2026
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
Re-ran
Jint.Benchmark/EngineComparisonagainst the v4.9.0 tag with default BenchmarkDotNet settings, on the same hardware (Ryzen 9 5950X / Win11 / .NET 10.0.7 / BDN 0.15.8) used for the previous baseline. Refreshes:Last updateddate → 2026-05-10Notable v4.8.0 → v4.9.0 wins (Jint cold path, same machine)
Driven by the perf PRs that landed in v4.9.0 — array allocation rework (#2451), member-expression inline cache (#2412),
FunctionEnvironmentpooling (#2413), recursion pool /JsStringallocation (#2450), regex interpreter (#2388), and identifier-resolution fast paths.Test plan
dotnet run -c Release --allCategories EngineComparisonon the v4.9.0 tag (full default BDN, ~30 min)🤖 Generated with Claude Code