bee-browser / bee

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

feat(jsruntime): labelled statement #204

Closed masnagam closed 4 weeks ago

masnagam commented 4 weeks ago

Closes: #179

github-actions[bot] commented 4 weeks ago

🐰Bencher

ReportTue, June 18, 2024 at 04:00:14 UTC
Projectbee-browser
Branch204/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,134,400.00
fib/24➖ (view plot)7,666,700.00
fib/32➖ (view plot)85,684,000.00
parsing lipsum.html➖ (view plot)282,420.00
parsing medium-fragment.html➖ (view plot)96,379.00
parsing wikipedia.html➖ (view plot)5,763,800.00

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

Codecov Report

Attention: Patch coverage is 68.03279% with 78 lines in your changes missing coverage. Please review.

Project coverage is 48.91%. Comparing base (2cb8454) to head (fcb47d7).

Files Patch % Lines
libs/jsparser/src/syntax/mod.rs 60.71% 75 Missing and 2 partials :warning:
libs/jsruntime/src/semantics/mod.rs 97.36% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #204 +/- ## ======================================= Coverage 48.91% 48.91% ======================================= Files 193 193 Lines 51177 51177 Branches 51177 51177 ======================================= Hits 25033 25033 Misses 25226 25226 Partials 918 918 ```

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