bee-browser / bee

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

feat(jsruntime): throw statement #191

Closed masnagam closed 1 month ago

masnagam commented 1 month ago

Closes: #174

github-actions[bot] commented 1 month ago

🐰Bencher

ReportTue, June 11, 2024 at 09:41:18 UTC
Projectbee-browser
Branch191/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,755,200.00
fib/24➖ (view plot)6,215,600.00
fib/32➖ (view plot)76,108,000.00
parsing lipsum.html➖ (view plot)286,210.00
parsing medium-fragment.html➖ (view plot)99,734.00
parsing wikipedia.html➖ (view plot)5,984,000.00

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

Codecov Report

Attention: Patch coverage is 82.08955% with 12 lines in your changes missing coverage. Please review.

Project coverage is 48.74%. Comparing base (1673dca) to head (531ce34).

Files Patch % Lines
libs/jsruntime/src/bridge/mod.rs 78.12% 7 Missing :warning:
libs/jsruntime/src/lib.rs 81.25% 2 Missing and 1 partial :warning:
bins/jstb/src/main.rs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #191 +/- ## ======================================= Coverage 48.74% 48.74% ======================================= Files 193 193 Lines 50986 50986 Branches 50986 50986 ======================================= Hits 24855 24855 Misses 25213 25213 Partials 918 918 ```

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