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.9 for release #1062

Merged
merged 2 commits into from
Jan 20, 2025
Merged

bump version to 0.2.9 for release #1062

merged 2 commits into from
Jan 20, 2025

Conversation

edg-l
Copy link
Member

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

Checklist

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

gabrielbosio
gabrielbosio previously approved these changes Jan 20, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.92%. Comparing base (e9151aa) to head (86d39a7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1062   +/-   ##
=======================================
  Coverage   80.92%   80.92%           
=======================================
  Files         108      108           
  Lines       29949    29949           
=======================================
  Hits        24237    24237           
  Misses       5712     5712           

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

Copy link

github-actions bot commented Jan 20, 2025

Benchmark results Main vs HEAD.

Command Mean [s] Min [s] Max [s] Relative
base dict_insert.cairo (JIT) 3.789 ± 0.021 3.745 3.817 1.00
base dict_insert.cairo (AOT) 4.033 ± 0.047 3.948 4.104 1.06 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head dict_insert.cairo (JIT) 4.021 ± 0.078 3.954 4.210 1.00
head dict_insert.cairo (AOT) 4.274 ± 0.086 4.170 4.415 1.06 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base dict_snapshot.cairo (JIT) 3.798 ± 0.057 3.724 3.900 1.00
base dict_snapshot.cairo (AOT) 3.928 ± 0.021 3.894 3.959 1.03 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head dict_snapshot.cairo (JIT) 3.920 ± 0.085 3.834 4.107 1.00
head dict_snapshot.cairo (AOT) 4.115 ± 0.086 4.018 4.249 1.05 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base factorial_2M.cairo (JIT) 4.113 ± 0.023 4.074 4.147 1.00
base factorial_2M.cairo (AOT) 4.325 ± 0.031 4.286 4.387 1.05 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head factorial_2M.cairo (JIT) 4.240 ± 0.050 4.159 4.331 1.00
head factorial_2M.cairo (AOT) 4.440 ± 0.053 4.368 4.509 1.05 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base fib_2M.cairo (JIT) 3.682 ± 0.063 3.600 3.791 1.00
base fib_2M.cairo (AOT) 3.824 ± 0.018 3.800 3.852 1.04 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head fib_2M.cairo (JIT) 3.832 ± 0.080 3.722 3.932 1.00
head fib_2M.cairo (AOT) 4.029 ± 0.057 3.956 4.113 1.05 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base linear_search.cairo (JIT) 3.828 ± 0.054 3.735 3.897 1.00
base linear_search.cairo (AOT) 3.902 ± 0.036 3.851 3.954 1.02 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head linear_search.cairo (JIT) 4.006 ± 0.134 3.869 4.306 1.00
head linear_search.cairo (AOT) 4.169 ± 0.091 4.032 4.309 1.04 ± 0.04
Command Mean [s] Min [s] Max [s] Relative
base logistic_map.cairo (JIT) 3.883 ± 0.023 3.860 3.930 1.00
base logistic_map.cairo (AOT) 3.968 ± 0.033 3.926 4.043 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head logistic_map.cairo (JIT) 4.146 ± 0.079 4.014 4.274 1.00
head logistic_map.cairo (AOT) 4.244 ± 0.046 4.182 4.328 1.02 ± 0.02

Copy link

github-actions bot commented Jan 20, 2025

Benchmarking results

Benchmark for program dict_insert

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 21.116 ± 0.168 20.935 21.363 109.96 ± 2.92
cairo-native (embedded AOT) 3.996 ± 0.038 3.934 4.057 20.81 ± 0.56
cairo-native (embedded JIT using LLVM's ORC Engine) 3.786 ± 0.020 3.767 3.829 19.71 ± 0.51
cairo-native (standalone AOT with -march=native) 0.192 ± 0.005 0.188 0.204 1.00

Benchmark for program dict_snapshot

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.757 ± 0.035 5.715 5.832 2965.58 ± 56.99
cairo-native (embedded AOT) 3.850 ± 0.039 3.804 3.914 1983.23 ± 41.32
cairo-native (embedded JIT using LLVM's ORC Engine) 3.686 ± 0.031 3.650 3.745 1899.13 ± 38.13
cairo-native (standalone AOT with -march=native) 0.002 ± 0.000 0.002 0.002 1.00

Benchmark for program factorial_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 14.463 ± 0.063 14.372 14.559 10.64 ± 0.11
cairo-native (embedded AOT) 4.243 ± 0.028 4.202 4.296 3.12 ± 0.03
cairo-native (embedded JIT using LLVM's ORC Engine) 4.014 ± 0.018 3.991 4.039 2.95 ± 0.03
cairo-native (standalone AOT with -march=native) 1.360 ± 0.012 1.354 1.394 1.00

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 14.387 ± 0.090 14.274 14.605 179.15 ± 1.21
cairo-native (embedded AOT) 3.759 ± 0.019 3.733 3.790 46.81 ± 0.26
cairo-native (embedded JIT using LLVM's ORC Engine) 3.550 ± 0.029 3.513 3.616 44.21 ± 0.37
cairo-native (standalone AOT with -march=native) 0.080 ± 0.000 0.080 0.081 1.00

Benchmark for program linear_search

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.786 ± 0.045 5.727 5.890 2821.13 ± 61.00
cairo-native (embedded AOT) 3.856 ± 0.026 3.819 3.911 1880.04 ± 39.94
cairo-native (embedded JIT using LLVM's ORC Engine) 3.730 ± 0.011 3.714 3.751 1818.65 ± 37.03
cairo-native (standalone AOT with -march=native) 0.002 ± 0.000 0.002 0.002 1.00

Benchmark for program logistic_map

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.696 ± 0.049 5.631 5.790 23.53 ± 0.20
cairo-native (embedded AOT) 3.903 ± 0.013 3.886 3.926 16.12 ± 0.05
cairo-native (embedded JIT using LLVM's ORC Engine) 3.853 ± 0.031 3.822 3.919 15.92 ± 0.13
cairo-native (standalone AOT with -march=native) 0.242 ± 0.000 0.242 0.242 1.00

@edg-l edg-l added this pull request to the merge queue Jan 20, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jan 20, 2025
@edg-l edg-l dismissed stale reviews from FrancoGiachetta and gabrielbosio via 86d39a7 January 20, 2025 16:01
@edg-l edg-l added this pull request to the merge queue Jan 20, 2025
Merged via the queue into main with commit 934ec38 Jan 20, 2025
28 checks passed
@edg-l edg-l deleted the bump_029 branch January 20, 2025 19:47
azteca1998 pushed a commit that referenced this pull request Feb 4, 2025
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.

6 participants