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.3.2 #1105

Merged
merged 3 commits into from
Feb 23, 2025
Merged

bump version to 0.3.2 #1105

merged 3 commits into from
Feb 23, 2025

Conversation

edg-l
Copy link
Member

@edg-l edg-l commented Feb 20, 2025

To prepare for the incoming release

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 Feb 20, 2025
Copy link

github-actions bot commented Feb 20, 2025

Benchmark results Main vs HEAD.

Base

Command Mean [s] Min [s] Max [s] Relative
base dict_insert.cairo (JIT) 3.918 ± 0.037 3.876 4.004 1.03 ± 0.01
base dict_insert.cairo (AOT) 3.819 ± 0.023 3.776 3.855 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head dict_insert.cairo (JIT) 3.927 ± 0.037 3.870 3.976 1.03 ± 0.01
head dict_insert.cairo (AOT) 3.825 ± 0.014 3.803 3.847 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base dict_snapshot.cairo (JIT) 3.801 ± 0.036 3.752 3.873 1.03 ± 0.01
base dict_snapshot.cairo (AOT) 3.698 ± 0.023 3.659 3.726 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head dict_snapshot.cairo (JIT) 3.828 ± 0.052 3.740 3.898 1.00 ± 0.02
head dict_snapshot.cairo (AOT) 3.811 ± 0.055 3.751 3.911 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base factorial_2M.cairo (JIT) 4.129 ± 0.014 4.103 4.147 1.01 ± 0.01
base factorial_2M.cairo (AOT) 4.096 ± 0.019 4.069 4.130 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head factorial_2M.cairo (JIT) 4.153 ± 0.027 4.118 4.189 1.01 ± 0.01
head factorial_2M.cairo (AOT) 4.098 ± 0.040 4.050 4.186 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base fib_2M.cairo (JIT) 3.650 ± 0.017 3.625 3.675 1.00 ± 0.01
base fib_2M.cairo (AOT) 3.641 ± 0.013 3.623 3.663 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head fib_2M.cairo (JIT) 3.680 ± 0.030 3.628 3.725 1.01 ± 0.01
head fib_2M.cairo (AOT) 3.660 ± 0.039 3.611 3.741 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base linear_search.cairo (JIT) 3.863 ± 0.029 3.827 3.924 1.04 ± 0.01
base linear_search.cairo (AOT) 3.721 ± 0.021 3.680 3.747 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head linear_search.cairo (JIT) 3.877 ± 0.037 3.800 3.928 1.04 ± 0.01
head linear_search.cairo (AOT) 3.737 ± 0.025 3.708 3.782 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base logistic_map.cairo (JIT) 3.962 ± 0.017 3.932 3.987 1.04 ± 0.01
base logistic_map.cairo (AOT) 3.800 ± 0.017 3.775 3.832 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head logistic_map.cairo (JIT) 3.962 ± 0.028 3.923 3.995 1.04 ± 0.01
head logistic_map.cairo (AOT) 3.817 ± 0.012 3.799 3.835 1.00

@codecov-commenter
Copy link

codecov-commenter commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.08%. Comparing base (db96c11) to head (b4c592d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1105   +/-   ##
=======================================
  Coverage   81.08%   81.08%           
=======================================
  Files         110      110           
  Lines       29535    29535           
=======================================
  Hits        23949    23949           
  Misses       5586     5586           

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

Copy link

github-actions bot commented Feb 20, 2025

Benchmarking results

Benchmark for program dict_insert

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 20.163 ± 0.098 19.992 20.301 5.49 ± 0.04
cairo-native (embedded AOT) 3.671 ± 0.019 3.648 3.701 1.00
cairo-native (embedded JIT using LLVM's ORC Engine) 3.742 ± 0.018 3.718 3.770 1.02 ± 0.01

Benchmark for program dict_snapshot

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.751 ± 0.024 5.713 5.790 1.62 ± 0.02
cairo-native (embedded AOT) 3.544 ± 0.030 3.501 3.612 1.00
cairo-native (embedded JIT using LLVM's ORC Engine) 3.629 ± 0.022 3.592 3.662 1.02 ± 0.01

Benchmark for program factorial_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 13.931 ± 0.129 13.793 14.246 3.52 ± 0.04
cairo-native (embedded AOT) 3.955 ± 0.015 3.934 3.979 1.00
cairo-native (embedded JIT using LLVM's ORC Engine) 3.976 ± 0.023 3.945 4.018 1.01 ± 0.01

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 13.769 ± 0.081 13.628 13.937 3.96 ± 0.03
cairo-native (embedded AOT) 3.475 ± 0.019 3.437 3.507 1.00
cairo-native (embedded JIT using LLVM's ORC Engine) 3.535 ± 0.018 3.496 3.567 1.02 ± 0.01

Benchmark for program linear_search

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.704 ± 0.028 5.655 5.736 1.59 ± 0.01
cairo-native (embedded AOT) 3.577 ± 0.015 3.551 3.593 1.00
cairo-native (embedded JIT using LLVM's ORC Engine) 3.708 ± 0.028 3.652 3.750 1.04 ± 0.01

Benchmark for program logistic_map

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.630 ± 0.039 5.580 5.684 1.53 ± 0.02
cairo-native (embedded AOT) 3.688 ± 0.041 3.646 3.781 1.00
cairo-native (embedded JIT using LLVM's ORC Engine) 3.833 ± 0.026 3.785 3.877 1.04 ± 0.01

@gabrielbosio gabrielbosio added this pull request to the merge queue Feb 23, 2025
Merged via the queue into main with commit 390bd91 Feb 23, 2025
28 checks passed
@gabrielbosio gabrielbosio deleted the bump032 branch February 23, 2025 04:20
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.

5 participants