Skip to content
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

refactor(jsruntime): bridge #355

Merged
merged 5 commits into from
Nov 10, 2024
Merged

refactor(jsruntime): bridge #355

merged 5 commits into from
Nov 10, 2024

Conversation

masnagam
Copy link
Member

@masnagam masnagam commented Nov 9, 2024

Closes #260

@masnagam masnagam self-assigned this Nov 9, 2024
Copy link

github-actions bot commented Nov 9, 2024

🐰 Bencher Report

Branch355/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,130.00
htmlparser/parse/medium-fragment.html📈 view plot
⚠️ NO THRESHOLD
96,993.00
htmlparser/parse/wikipedia.html📈 view plot
⚠️ NO THRESHOLD
5,914,400.00
jsruntime/fib/16📈 view plot
⚠️ NO THRESHOLD
5,995,900.00
jsruntime/fib/24📈 view plot
⚠️ NO THRESHOLD
7,730,100.00
jsruntime/fib/32📈 view plot
⚠️ NO THRESHOLD
87,666,000.00
🐰 View full continuous benchmarking report in Bencher

Copy link

codecov bot commented Nov 9, 2024

Codecov Report

Attention: Patch coverage is 82.90488% with 266 lines in your changes missing coverage. Please review.

Project coverage is 78.78%. Comparing base (32abe47) to head (4bb30e0).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
libs/jsruntime/src/llvmir/compiler/bridge.rs 82.76% 146 Missing ⚠️
libs/jsruntime/src/llvmir/compiler/mod.rs 87.03% 49 Missing and 3 partials ⚠️
libs/jsruntime/src/types.rs 69.46% 39 Missing and 1 partial ⚠️
libs/jsruntime/src/llvmir/bridge.rs 80.58% 19 Missing and 1 partial ⚠️
libs/jsruntime/src/llvmir/module/bridge.rs 68.75% 5 Missing ⚠️
libs/jsruntime/src/tasklet.rs 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #355      +/-   ##
==========================================
+ Coverage   78.71%   78.78%   +0.07%     
==========================================
  Files          69       73       +4     
  Lines       24089    24053      -36     
  Branches    24089    24053      -36     
==========================================
- Hits        18961    18950      -11     
+ Misses       4868     4843      -25     
  Partials      260      260              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@masnagam masnagam merged commit 859a8ce into main Nov 10, 2024
6 checks passed
@masnagam masnagam deleted the refactor-jsruntime-bridge branch November 10, 2024 00:04
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.

refactor(jsruntime): implement own code generator and replace bindgen with it
1 participant