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 run command to CLI #106

Closed JulianGCalderon closed 4 months ago

JulianGCalderon commented 5 months ago

Example usage:

cargo run -- run examples/fib_if.con
# or
concrete run examples/fib_if.con

tip: to install the binary, run:

cargo install --path crates/concrete
github-actions[bot] commented 5 months ago

Benchmarking factorial

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 57.74%. Comparing base (53cddd9) to head (5573d2c). Report is 13 commits behind head on main.

Files Patch % Lines
crates/concrete_driver/src/lib.rs 0.00% 137 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #106 +/- ## ========================================== + Coverage 57.35% 57.74% +0.38% ========================================== Files 34 34 Lines 3956 3992 +36 ========================================== + Hits 2269 2305 +36 Misses 1687 1687 ```

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