Skip to content

Perf/call opcode benchmarks#5205

Draft
MayankRaj435 wants to merge 5 commits intoboa-dev:mainfrom
MayankRaj435:perf/call-opcode-benchmarks
Draft

Perf/call opcode benchmarks#5205
MayankRaj435 wants to merge 5 commits intoboa-dev:mainfrom
MayankRaj435:perf/call-opcode-benchmarks

Conversation

@MayankRaj435
Copy link
Copy Markdown
Contributor

Fixes #5204

@github-actions github-actions bot added the Waiting On Review Waiting on reviews from the maintainers label Mar 21, 2026
@github-actions github-actions bot added this to the v1.0.0 milestone Mar 21, 2026
@github-actions github-actions bot added C-Benchmark Issues and PRs related to the benchmark subsystem. C-Tests Issues and PRs related to the tests. C-Builtins PRs and Issues related to builtins/intrinsics C-Javascript Pull requests that update Javascript code labels Mar 21, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 21, 2026

Test262 conformance changes

Test result main count PR count difference
Total 52,963 52,963 0
Passed 50,732 50,732 0
Ignored 1,426 1,426 0
Failed 805 805 0
Panics 0 0 0
Conformance 95.79% 95.79% 0.00%

Tested main commit: b6e0fb4d8c142db7dc8f3be03a12109f3f4af298
Tested PR commit: 9ca20934d0b4fe58327c01af6c256c4cff75bf87
Compare commits: b6e0fb4...9ca2093

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 21, 2026

Codecov Report

❌ Patch coverage is 75.86207% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.66%. Comparing base (6ddc2b4) to head (9ca2093).
⚠️ Report is 920 commits behind head on main.

Files with missing lines Patch % Lines
core/engine/src/vm/opcode/call/mod.rs 62.96% 20 Missing ⚠️
core/engine/src/vm/code_block.rs 28.57% 5 Missing ⚠️
core/engine/src/bytecompiler/mod.rs 88.88% 2 Missing ⚠️
core/parser/src/error/mod.rs 94.11% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5205       +/-   ##
===========================================
+ Coverage   47.24%   59.66%   +12.42%     
===========================================
  Files         476      589      +113     
  Lines       46892    63550    +16658     
===========================================
+ Hits        22154    37918    +15764     
- Misses      24738    25632      +894     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@MayankRaj435 MayankRaj435 force-pushed the perf/call-opcode-benchmarks branch from 1165081 to 4e8bc16 Compare March 21, 2026 07:48
@github-actions github-actions bot added C-Parser Issues surrounding the parser C-Documentation update documentation C-VM Issues and PRs related to the Boa Virtual Machine. labels Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Benchmark Issues and PRs related to the benchmark subsystem. C-Builtins PRs and Issues related to builtins/intrinsics C-Documentation update documentation C-Javascript Pull requests that update Javascript code C-Parser Issues surrounding the parser C-Tests Issues and PRs related to the tests. C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance: Profile and micro-benchmark Call opcode variants

1 participant