-
Notifications
You must be signed in to change notification settings - Fork 1
feat(jsruntime): closures #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
installing llvm failed due to llvm/llvm-project#99502 |
4d99ca8
to
41162f5
Compare
|
Report | Sat, July 20, 2024 at 02:17:25 UTC |
Project | bee-browser |
Branch | 236/merge |
Testbed | ubuntu-latest |
⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!
- Latency (latency)
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholds
CLI flag.
Click to view all benchmark results
Benchmark | Latency | Latency Results nanoseconds (ns) |
---|---|---|
htmlparser/parse/lipsum.html | ➖ (view plot) | 289,330.00 |
htmlparser/parse/medium-fragment.html | ➖ (view plot) | 98,588.00 |
htmlparser/parse/wikipedia.html | ➖ (view plot) | 5,890,500.00 |
jsruntime/fib/16 | ➖ (view plot) | 6,165,400.00 |
jsruntime/fib/24 | ➖ (view plot) | 7,891,400.00 |
jsruntime/fib/32 | ➖ (view plot) | 106,540,000.00 |
Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help
41162f5
to
fd9a400
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #236 +/- ##
==========================================
+ Coverage 78.20% 78.30% +0.10%
==========================================
Files 65 65
Lines 20244 20640 +396
Branches 20244 20640 +396
==========================================
+ Hits 15831 16163 +332
- Misses 4181 4246 +65
+ Partials 232 231 -1 ☔ View full report in Codecov by Sentry. |
the test scripts should be replaced with original ones after #234 is fixed.
even if the function has no free variable.
fd9a400
to
5a4a290
Compare
on my PC:
Closes: #195