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

use github macos m1 runner #585

Merged
merged 1 commit into from
May 13, 2024
Merged

use github macos m1 runner #585

merged 1 commit into from
May 13, 2024

Conversation

edg-l
Copy link
Collaborator

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

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.

@edg-l edg-l added the review-ready A PR that is ready for review label May 13, 2024
Copy link

Benchmarking results

Benchmark for program factorial_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 11.261 ± 0.062 11.177 11.397 25.84 ± 0.28
cairo-native (embedded AOT) 1.556 ± 0.008 1.541 1.572 3.57 ± 0.04
cairo-native (embedded JIT using LLVM's ORC Engine) 1.526 ± 0.004 1.521 1.532 3.50 ± 0.03
cairo-native (standalone AOT) 0.636 ± 0.002 0.634 0.642 1.46 ± 0.01
cairo-native (standalone AOT with -march=native) 0.436 ± 0.004 0.433 0.447 1.00

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 10.622 ± 0.071 10.531 10.805 1306.04 ± 20.11
cairo-native (embedded AOT) 1.078 ± 0.007 1.066 1.091 132.54 ± 2.04
cairo-native (embedded JIT using LLVM's ORC Engine) 1.099 ± 0.010 1.084 1.120 135.15 ± 2.22
cairo-native (standalone AOT) 0.008 ± 0.000 0.008 0.009 1.01 ± 0.02
cairo-native (standalone AOT with -march=native) 0.008 ± 0.000 0.008 0.009 1.00

Benchmark for program logistic_map

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 1.872 ± 0.008 1.859 1.888 27.57 ± 0.13
cairo-native (embedded AOT) 1.229 ± 0.007 1.219 1.239 18.10 ± 0.11
cairo-native (embedded JIT using LLVM's ORC Engine) 1.425 ± 0.006 1.416 1.433 20.98 ± 0.10
cairo-native (standalone AOT) 0.112 ± 0.000 0.111 0.112 1.64 ± 0.00
cairo-native (standalone AOT with -march=native) 0.068 ± 0.000 0.068 0.068 1.00

@edg-l edg-l enabled auto-merge May 13, 2024 16:03
@edg-l edg-l added this pull request to the merge queue May 13, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.82%. Comparing base (ddfd282) to head (dd2faf8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #585   +/-   ##
=======================================
  Coverage   87.82%   87.82%           
=======================================
  Files         109      109           
  Lines       34621    34621           
=======================================
  Hits        30406    30406           
  Misses       4215     4215           

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

Merged via the queue into main with commit 4ca09c2 May 13, 2024
9 checks passed
@edg-l edg-l deleted the ci-macos-gh branch May 13, 2024 17:00
Gerson2102 pushed a commit to Gerson2102/cairo_native that referenced this pull request May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review-ready A PR that is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants