Skip to content

fix bench on macos and add ci#209

Merged
igaray merged 7 commits into
mainfrom
fix_bench_mac
Mar 13, 2025
Merged

fix bench on macos and add ci#209
igaray merged 7 commits into
mainfrom
fix_bench_mac

Conversation

@edg-l

@edg-l edg-l commented Mar 13, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

@codecov-commenter

codecov-commenter commented Mar 13, 2025

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.21%. Comparing base (32e7406) to head (96e7814).
⚠️ Report is 13 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #209   +/-   ##
=======================================
  Coverage   58.21%   58.21%           
=======================================
  Files          25       25           
  Lines        4471     4471           
=======================================
  Hits         2603     2603           
  Misses       1868     1868           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@edg-l
edg-l marked this pull request as draft March 13, 2025 13:57
@edg-l

edg-l commented Mar 13, 2025

Copy link
Copy Markdown
Collaborator Author

apparently macos linker doesnt want to find the library

edg-l and others added 2 commits March 13, 2025 15:35
@edg-l
edg-l marked this pull request as ready for review March 13, 2025 14:45
@edg-l edg-l changed the title fix bench on macos fix bench on macos and add ci Mar 13, 2025
@lambdaclass lambdaclass deleted a comment from github-actions Bot Mar 13, 2025
@github-actions

github-actions Bot commented Mar 13, 2025

Copy link
Copy Markdown

Benchmarking (Linux) factorial

Compiling factorial (factorial.con)
Finished release in 29.389643ms
Running 5000000 iterations
Using input value: 20
Concrete Result = 2432902008176640000 Time taken : 59.46 ms
Rust Result = 2432902008176640000 Time taken : 60.40 ms

Benchmarking (Linux) fib

Compiling fib (fib.con)
Finished release in 25.609805ms
Running 5000 iterations
Using input value: 20
Concrete Result = 6765 Time taken : 136.62 ms
Rust Result = 6765 Time taken : 86.33 ms

@github-actions

github-actions Bot commented Mar 13, 2025

Copy link
Copy Markdown

Benchmarking (macOS) factorial

Compiling factorial (factorial.con)
Finished release in 1.880957417s
Running 5000000 iterations
Using input value: 20
Concrete Result = 2432902008176640000 Time taken : 23.94 ms
Rust Result = 2432902008176640000 Time taken : 23.96 ms

Benchmarking (macOS) fib

Compiling fib (fib.con)
Finished release in 129.15025ms
Running 5000 iterations
Using input value: 20
Concrete Result = 6765 Time taken : 97.33 ms
Rust Result = 6765 Time taken : 105.97 ms

@igaray
igaray added this pull request to the merge queue Mar 13, 2025
Merged via the queue into main with commit 7fdc693 Mar 13, 2025
@igaray
igaray deleted the fix_bench_mac branch March 13, 2025 15: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.

4 participants