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

Add macos ci #132

Merged
merged 2 commits into from
May 9, 2024
Merged

Add macos ci #132

merged 2 commits into from
May 9, 2024

Conversation

edg-l
Copy link
Member

@edg-l edg-l commented May 9, 2024

Fixes #128

Copy link

github-actions bot commented May 9, 2024

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
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

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

@edg-l edg-l marked this pull request as ready for review May 9, 2024 09:53
@juanbono juanbono added this pull request to the merge queue May 9, 2024
Merged via the queue into main with commit 623ad0d May 9, 2024
6 checks passed
@juanbono juanbono deleted the macos-ci branch May 9, 2024 16:40
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.

Add a macOS runner to the ci.yml to ensure tests and benches are run on apple silicon
4 participants