concrete
concrete copied to clipboard
Count lines of codes ci
Benchmarking (Linux) factorial
Compiling factorial (factorial.con) Finished release in 29.454063ms Running 5000000 iterations Using input value: 20 Concrete Result = 2432902008176640000 Time taken : 59.43 ms Rust Result = 2432902008176640000 Time taken : 60.45 ms
Benchmarking (Linux) fib
Compiling fib (fib.con) Finished release in 25.146821ms Running 5000 iterations Using input value: 20 Concrete Result = 6765 Time taken : 136.53 ms Rust Result = 6765 Time taken : 85.66 ms
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 59.57%. Comparing base (
fe7de7a) to head (103ca55).
Additional details and impacted files
@@ Coverage Diff @@
## main #229 +/- ##
=======================================
Coverage 59.57% 59.57%
=======================================
Files 24 24
Lines 4848 4848
=======================================
Hits 2888 2888
Misses 1960 1960
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Benchmarking (macOS) factorial
Compiling factorial (factorial.con) Finished release in 944.584708ms Running 5000000 iterations Using input value: 20 Concrete Result = 2432902008176640000 Time taken : 23.49 ms Rust Result = 2432902008176640000 Time taken : 23.59 ms
Benchmarking (macOS) fib
Compiling fib (fib.con) Finished release in 87.221666ms Running 5000 iterations Using input value: 20 Concrete Result = 6765 Time taken : 92.51 ms Rust Result = 6765 Time taken : 107.23 ms