-
Notifications
You must be signed in to change notification settings - Fork 1
feat(jsruntime): async/await #340
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
|
Branch | 340/merge |
Testbed | ubuntu-latest |
⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!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 | nanoseconds (ns) |
---|---|---|
htmlparser/parse/lipsum.html | 📈 view plot | 277,010.00 |
htmlparser/parse/medium-fragment.html | 📈 view plot | 96,358.00 |
htmlparser/parse/wikipedia.html | 📈 view plot | 5,734,700.00 |
jsruntime/fib/16 | 📈 view plot | 6,545,000.00 |
jsruntime/fib/24 | 📈 view plot | 8,370,400.00 |
jsruntime/fib/32 | 📈 view plot | 93,785,000.00 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #340 +/- ##
==========================================
- Coverage 78.72% 78.65% -0.07%
==========================================
Files 68 69 +1
Lines 23073 24064 +991
Branches 23073 24064 +991
==========================================
+ Hits 18164 18928 +764
- Misses 4657 4877 +220
- Partials 252 259 +7 ☔ View full report in Codecov by Sentry. |
0d28d89
to
c54fd41
Compare
TODO: enable the scope cleanup checker again TODO: refactoring
1279c67
to
66f5337
Compare
Closes #196