Skip to content

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

Merged
merged 40 commits into from
Oct 31, 2024
Merged

feat(jsruntime): async/await #340

merged 40 commits into from
Oct 31, 2024

Conversation

masnagam
Copy link
Member

Closes #196

@masnagam masnagam self-assigned this Oct 28, 2024
Copy link

github-actions bot commented Oct 28, 2024

🐰 Bencher Report

Branch340/merge
Testbedubuntu-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
BenchmarkLatencynanoseconds (ns)
htmlparser/parse/lipsum.html📈 view plot
⚠️ NO THRESHOLD
277,010.00
htmlparser/parse/medium-fragment.html📈 view plot
⚠️ NO THRESHOLD
96,358.00
htmlparser/parse/wikipedia.html📈 view plot
⚠️ NO THRESHOLD
5,734,700.00
jsruntime/fib/16📈 view plot
⚠️ NO THRESHOLD
6,545,000.00
jsruntime/fib/24📈 view plot
⚠️ NO THRESHOLD
8,370,400.00
jsruntime/fib/32📈 view plot
⚠️ NO THRESHOLD
93,785,000.00
🐰 View full continuous benchmarking report in Bencher

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

Attention: Patch coverage is 81.51659% with 273 lines in your changes missing coverage. Please review.

Project coverage is 78.65%. Comparing base (8d2903c) to head (00ebc6f).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
libs/jsruntime/src/llvmir/compiler/mod.rs 79.19% 81 Missing and 7 partials ⚠️
libs/jsruntime/src/llvmir/compiler/peer.rs 66.48% 61 Missing ⚠️
libs/jsruntime/src/llvmir/bridge.rs 77.55% 33 Missing ⚠️
libs/jsruntime/src/llvmir/compiler/control_flow.rs 77.00% 23 Missing ⚠️
libs/jsruntime/src/semantics/scope.rs 50.00% 21 Missing ⚠️
libs/jsruntime/src/tasklet.rs 85.83% 13 Missing and 4 partials ⚠️
libs/jsparser/src/syntax/mod.rs 85.26% 14 Missing ⚠️
bins/jstb/src/main.rs 0.00% 8 Missing ⚠️
libs/jsruntime/src/function.rs 83.67% 8 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@masnagam masnagam force-pushed the feat-jsruntime-async_await branch from 0d28d89 to c54fd41 Compare October 29, 2024 08:17
@masnagam masnagam force-pushed the feat-jsruntime-async_await branch from 1279c67 to 66f5337 Compare October 31, 2024 05:31
@masnagam masnagam merged commit 1033c64 into main Oct 31, 2024
6 checks passed
@masnagam masnagam deleted the feat-jsruntime-async_await branch October 31, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(jsruntime): async/await
1 participant