bee-browser / bee

An HTML5-compliant small browser engine for embedding
Apache License 2.0
4 stars 1 forks source link

feat(jsruntime): arrow function #216

Closed masnagam closed 3 months ago

masnagam commented 3 months ago

Closes #199

github-actions[bot] commented 3 months ago

🐰Bencher

ReportSat, June 29, 2024 at 00:20:45 UTC
Projectbee-browser
Branch216/merge
Testbedubuntu-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
BenchmarkLatencyLatency Results
nanoseconds (ns)
fib/16➖ (view plot)6,046,200.00
fib/24➖ (view plot)7,660,600.00
fib/32➖ (view plot)84,899,000.00
parsing lipsum.html➖ (view plot)288,160.00
parsing medium-fragment.html➖ (view plot)98,938.00
parsing wikipedia.html➖ (view plot)5,926,900.00

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 85.85859% with 14 lines in your changes missing coverage. Please review.

Project coverage is 77.90%. Comparing base (382cac1) to head (b416a09).

Files Patch % Lines
libs/jsparser/src/syntax/mod.rs 83.60% 9 Missing and 1 partial :warning:
bins/jstb/src/main.rs 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #216 +/- ## ======================================= Coverage 77.90% 77.90% ======================================= Files 65 65 Lines 20082 20082 Branches 20082 20082 ======================================= Hits 15645 15645 Misses 4207 4207 Partials 230 230 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.