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

Add macos ci #132

Closed edg-l closed 4 months ago

edg-l commented 4 months ago

Fixes #128

github-actions[bot] commented 4 months ago

Benchmarking factorial

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

Benchmarking fib

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

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.63%. Comparing base (27904dc) to head (a984efc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #132 +/- ## ======================================= Coverage 61.63% 61.63% ======================================= Files 25 25 Lines 4329 4329 ======================================= Hits 2668 2668 Misses 1661 1661 ```

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