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 18 #121

Merged
merged 5 commits into from
May 7, 2024
Merged

Update to llvm 18 #121

merged 5 commits into from
May 7, 2024

Conversation

edg-l
Copy link
Member

@edg-l edg-l commented May 6, 2024

No description provided.

Copy link

github-actions bot commented May 6, 2024

Benchmarking factorial

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

Benchmarking fib

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

@codecov-commenter
Copy link

codecov-commenter commented May 6, 2024

Codecov Report

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

Project coverage is 58.39%. Comparing base (bd9ab01) to head (377e446).

Files Patch % Lines
crates/concrete_driver/src/lib.rs 0.00% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
+ Coverage   58.22%   58.39%   +0.17%     
==========================================
  Files          34       25       -9     
  Lines        4318     4218     -100     
==========================================
- Hits         2514     2463      -51     
+ Misses       1804     1755      -49     

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

@edg-l edg-l added this pull request to the merge queue May 7, 2024
Merged via the queue into main with commit bd93e07 May 7, 2024
5 checks passed
@edg-l edg-l deleted the llvm18 branch May 7, 2024 10:49
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.

4 participants