lambdaclass / concrete

Concrete is a simple programming language specifically crafted for creating highly scalable systems that are reliable, efficient, and easy to maintain.
Apache License 2.0
123 stars 11 forks source link

Update to llvm 18 #121

Closed edg-l closed 4 months ago

github-actions[bot] commented 4 months ago

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 commented 4 months ago

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 :warning:
Additional details and impacted files ```diff @@ 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 ```

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