-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add run command to CLI #106
Conversation
Benchmarking factorial |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comment
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
run
command to CLIExample usage:
cargo run -- run examples/fib_if.con # or concrete run examples/fib_if.con
tip: to install the binary, run: