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

Update to LLVM 19 #144

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Update to LLVM 19 #144

wants to merge 7 commits into from

Conversation

igaray
Copy link
Collaborator

@igaray igaray commented Sep 26, 2024

No description provided.

Copy link

github-actions bot commented Sep 26, 2024

Benchmarking factorial

Compiling factorial (factorial.con)
Finished release in 30.7325ms
Running 5000000 iterations
Using input value: 20
Concrete Result = 2432902008176640000 Time taken : 59.34 ms
Rust Result = 2432902008176640000 Time taken : 60.16 ms

Benchmarking fib

Compiling fib (fib.con)
Finished release in 27.691396ms
Running 5000 iterations
Using input value: 20
Concrete Result = 6765 Time taken : 136.16 ms
Rust Result = 6765 Time taken : 95.08 ms

@codecov-commenter
Copy link

codecov-commenter commented Dec 12, 2024

Codecov Report

Attention: Patch coverage is 5.17241% with 110 lines in your changes missing coverage. Please review.

Project coverage is 54.58%. Comparing base (9575fbe) to head (121b774).

Files with missing lines Patch % Lines
crates/concrete_parser/src/error.rs 0.00% 79 Missing ⚠️
crates/concrete_check/src/lib.rs 0.00% 16 Missing ⚠️
crates/concrete_driver/src/lib.rs 0.00% 8 Missing ⚠️
crates/concrete_parser/src/db.rs 0.00% 6 Missing ⚠️
crates/concrete_parser/src/lib.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #144      +/-   ##
==========================================
+ Coverage   54.57%   54.58%   +0.01%     
==========================================
  Files          27       23       -4     
  Lines        5387     5371      -16     
==========================================
- Hits         2940     2932       -8     
+ Misses       2447     2439       -8     

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

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.

3 participants