Skip to content

Perf/call opcode benchmarks#5205

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

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

Conversation

@MayankRaj435
Copy link
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

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,539 50,539 0
Ignored 1,426 1,426 0
Failed 998 998 0
Panics 2 2 0
Conformance 95.42% 95.42% 0.00%

Tested main commit: 58a24587890677d94618259dfaa5f257ab5ef9c9
Tested PR commit: c59f830196873a02a4db5ea88ed4b2880c857e8a
Compare commits: 58a2458...c59f830

@codecov
Copy link

codecov bot commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.80%. Comparing base (6ddc2b4) to head (c59f830).
⚠️ Report is 913 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5205       +/-   ##
===========================================
+ Coverage   47.24%   59.80%   +12.56%     
===========================================
  Files         476      582      +106     
  Lines       46892    63460    +16568     
===========================================
+ Hits        22154    37955    +15801     
- Misses      24738    25505      +767     

☔ 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
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-Javascript Pull requests that update Javascript code C-Tests Issues and PRs related to the tests. 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