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

Bump version to 0.2.0 and deps too #645

Merged
merged 4 commits into from
Jun 4, 2024
Merged

Bump version to 0.2.0 and deps too #645

merged 4 commits into from
Jun 4, 2024

Conversation

edg-l
Copy link
Member

@edg-l edg-l commented Jun 4, 2024

Checklist

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

Copy link

github-actions bot commented Jun 4, 2024

Benchmarking results

Benchmark for program factorial_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 11.607 ± 0.047 11.522 11.672 24.07 ± 0.14
cairo-native (embedded AOT) 1.659 ± 0.026 1.636 1.725 3.44 ± 0.06
cairo-native (embedded JIT using LLVM's ORC Engine) 1.735 ± 0.015 1.711 1.757 3.60 ± 0.03
cairo-native (standalone AOT) 0.654 ± 0.005 0.651 0.668 1.36 ± 0.01
cairo-native (standalone AOT with -march=native) 0.482 ± 0.002 0.480 0.486 1.00

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 10.785 ± 0.115 10.655 10.966 1312.65 ± 24.27
cairo-native (embedded AOT) 1.132 ± 0.020 1.105 1.172 137.78 ± 3.20
cairo-native (embedded JIT using LLVM's ORC Engine) 1.153 ± 0.019 1.113 1.177 140.36 ± 3.17
cairo-native (standalone AOT) 0.008 ± 0.000 0.008 0.009 1.03 ± 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.978 ± 0.031 1.950 2.040 29.83 ± 0.51
cairo-native (embedded AOT) 1.277 ± 0.016 1.263 1.317 19.25 ± 0.28
cairo-native (embedded JIT using LLVM's ORC Engine) 1.448 ± 0.012 1.435 1.469 21.83 ± 0.24
cairo-native (standalone AOT) 0.108 ± 0.005 0.107 0.132 1.63 ± 0.07
cairo-native (standalone AOT with -march=native) 0.066 ± 0.000 0.066 0.068 1.00

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.95%. Comparing base (b2f1568) to head (d17efce).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #645   +/-   ##
=======================================
  Coverage   91.95%   91.95%           
=======================================
  Files         112      112           
  Lines       34265    34265           
=======================================
  Hits        31509    31509           
  Misses       2756     2756           

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

igaray
igaray previously approved these changes Jun 4, 2024
juanbono
juanbono previously approved these changes Jun 4, 2024
@juanbono juanbono enabled auto-merge June 4, 2024 11:58
@edg-l edg-l dismissed stale reviews from juanbono and igaray via 5587a43 June 4, 2024 14:46
@juanbono juanbono added this pull request to the merge queue Jun 4, 2024
Merged via the queue into main with commit c3c27ff Jun 4, 2024
9 checks passed
@juanbono juanbono deleted the bump_version branch June 4, 2024 16:20
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.

5 participants