bee-browser / bee

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

feat(jsruntime): continue/break statement #183

Closed masnagam closed 4 months ago

masnagam commented 4 months ago

Closes: #170 Closes: #171

github-actions[bot] commented 4 months ago

🐰Bencher

ReportSun, June 2, 2024 at 05:01:26 UTC
Projectbee-browser
Branch183/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)4,872,700.00
fib/24➖ (view plot)6,535,600.00
fib/32➖ (view plot)83,492,000.00
parsing lipsum.html➖ (view plot)293,050.00
parsing medium-fragment.html➖ (view plot)101,000.00
parsing wikipedia.html➖ (view plot)6,016,500.00

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

Codecov Report

Attention: Patch coverage is 75.22124% with 28 lines in your changes are missing coverage. Please review.

Project coverage is 48.67%. Comparing base (be256cf) to head (4fe6a6a).

Files Patch % Lines
libs/jsparser/src/syntax/mod.rs 42.22% 26 Missing :warning:
libs/jsruntime/src/semantics/mod.rs 96.07% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #183 +/- ## ======================================= Coverage 48.67% 48.67% ======================================= Files 194 194 Lines 50908 50908 Branches 50908 50908 ======================================= Hits 24781 24781 Misses 25209 25209 Partials 918 918 ```

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