Skip to content
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

Added a default usage tarket to the makefile #100

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Added a default usage tarket to the makefile #100

merged 2 commits into from
Apr 11, 2024

Conversation

igaray
Copy link
Collaborator

@igaray igaray commented Apr 4, 2024

Added a defaulta usage target to the makefile so anyone just running make will get a useful error message.

@igaray igaray requested review from edg-l and juanbono April 4, 2024 19:50
Copy link

github-actions bot commented Apr 4, 2024

Benchmarking factorial

Running 5000000 iterations
Using input value: 20
Concrete Result = 2432902008176640000 Time taken : 59.20 ms
Rust Result = 2432902008176640000 Time taken : 60.25 ms

Benchmarking fib

Running 5000 iterations
Using input value: 20
Concrete Result = 6765 Time taken : 136.00 ms
Rust Result = 6765 Time taken : 85.32 ms

@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.29%. Comparing base (8732110) to head (2b6808d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #100   +/-   ##
=======================================
  Coverage   64.29%   64.29%           
=======================================
  Files          33       33           
  Lines        3355     3355           
=======================================
  Hits         2157     2157           
  Misses       1198     1198           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@igaray igaray merged commit a87e155 into main Apr 11, 2024
5 checks passed
@igaray igaray deleted the makefile_usage branch April 11, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants