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.7 #1031

Merged
merged 2 commits into from
Jan 9, 2025
Merged

bump version to 0.2.7 #1031

merged 2 commits into from
Jan 9, 2025

Conversation

edg-l
Copy link
Member

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

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 Jan 8, 2025

Benchmark results Main vs HEAD.

Command Mean [s] Min [s] Max [s] Relative
base dict_insert.cairo (JIT) 4.007 ± 0.036 3.969 4.074 1.00
base dict_insert.cairo (AOT) 4.131 ± 0.031 4.078 4.175 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head dict_insert.cairo (JIT) 3.870 ± 0.027 3.823 3.904 1.00
head dict_insert.cairo (AOT) 4.018 ± 0.035 3.982 4.105 1.04 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base dict_snapshot.cairo (JIT) 4.153 ± 0.038 4.098 4.219 1.00
base dict_snapshot.cairo (AOT) 4.305 ± 0.037 4.262 4.380 1.04 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head dict_snapshot.cairo (JIT) 4.081 ± 0.043 4.028 4.163 1.00
head dict_snapshot.cairo (AOT) 4.194 ± 0.041 4.135 4.256 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base factorial_2M.cairo (JIT) 4.202 ± 0.036 4.149 4.285 1.00
base factorial_2M.cairo (AOT) 4.375 ± 0.029 4.336 4.435 1.04 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head factorial_2M.cairo (JIT) 4.081 ± 0.037 4.044 4.155 1.00
head factorial_2M.cairo (AOT) 4.307 ± 0.072 4.240 4.467 1.06 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base fib_2M.cairo (JIT) 3.738 ± 0.017 3.710 3.772 1.00
base fib_2M.cairo (AOT) 3.938 ± 0.018 3.911 3.970 1.05 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head fib_2M.cairo (JIT) 3.635 ± 0.046 3.587 3.701 1.00
head fib_2M.cairo (AOT) 3.810 ± 0.024 3.769 3.854 1.05 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base linear_search.cairo (JIT) 3.874 ± 0.038 3.797 3.916 1.00
base linear_search.cairo (AOT) 3.987 ± 0.020 3.963 4.019 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head linear_search.cairo (JIT) 3.798 ± 0.018 3.766 3.823 1.00
head linear_search.cairo (AOT) 3.933 ± 0.025 3.883 3.967 1.04 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base logistic_map.cairo (JIT) 4.027 ± 0.038 3.969 4.094 1.00
base logistic_map.cairo (AOT) 4.097 ± 0.058 4.010 4.187 1.02 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head logistic_map.cairo (JIT) 3.931 ± 0.047 3.868 4.013 1.00
head logistic_map.cairo (AOT) 4.012 ± 0.054 3.957 4.113 1.02 ± 0.02

@codecov-commenter
Copy link

codecov-commenter commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.88%. Comparing base (6a4efaf) to head (0dfc3b2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1031   +/-   ##
=======================================
  Coverage   80.88%   80.88%           
=======================================
  Files         107      107           
  Lines       29470    29470           
=======================================
  Hits        23836    23836           
  Misses       5634     5634           

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

Copy link

github-actions bot commented Jan 8, 2025

Benchmarking results

Benchmark for program dict_insert

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 20.955 ± 0.195 20.725 21.419 96.22 ± 2.06
cairo-native (embedded AOT) 4.079 ± 0.032 4.042 4.129 18.73 ± 0.39
cairo-native (embedded JIT using LLVM's ORC Engine) 3.914 ± 0.044 3.853 4.003 17.97 ± 0.40
cairo-native (standalone AOT with -march=native) 0.218 ± 0.004 0.212 0.227 1.00

Benchmark for program dict_snapshot

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.941 ± 0.078 5.875 6.120 18.52 ± 0.27
cairo-native (embedded AOT) 4.269 ± 0.037 4.233 4.338 13.31 ± 0.14
cairo-native (embedded JIT using LLVM's ORC Engine) 4.127 ± 0.048 4.054 4.236 12.87 ± 0.17
cairo-native (standalone AOT with -march=native) 0.321 ± 0.002 0.319 0.326 1.00

Benchmark for program factorial_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 14.756 ± 0.051 14.683 14.853 10.87 ± 0.04
cairo-native (embedded AOT) 4.317 ± 0.020 4.278 4.339 3.18 ± 0.02
cairo-native (embedded JIT using LLVM's ORC Engine) 4.120 ± 0.027 4.077 4.157 3.04 ± 0.02
cairo-native (standalone AOT with -march=native) 1.357 ± 0.001 1.355 1.358 1.00

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 14.634 ± 0.050 14.559 14.738 178.11 ± 22.22
cairo-native (embedded AOT) 3.850 ± 0.027 3.814 3.897 46.86 ± 5.85
cairo-native (embedded JIT using LLVM's ORC Engine) 3.633 ± 0.020 3.591 3.667 44.21 ± 5.52
cairo-native (standalone AOT with -march=native) 0.082 ± 0.010 0.080 0.142 1.00

Benchmark for program linear_search

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.920 ± 0.054 5.834 5.999 2904.24 ± 123.50
cairo-native (embedded AOT) 3.963 ± 0.035 3.929 4.049 1944.07 ± 82.54
cairo-native (embedded JIT using LLVM's ORC Engine) 3.866 ± 0.066 3.789 4.004 1896.32 ± 85.10
cairo-native (standalone AOT with -march=native) 0.002 ± 0.000 0.002 0.004 1.00

Benchmark for program logistic_map

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.803 ± 0.087 5.712 5.988 23.89 ± 0.36
cairo-native (embedded AOT) 4.030 ± 0.020 4.004 4.073 16.59 ± 0.08
cairo-native (embedded JIT using LLVM's ORC Engine) 3.931 ± 0.027 3.885 3.973 16.19 ± 0.11
cairo-native (standalone AOT with -march=native) 0.243 ± 0.000 0.243 0.243 1.00

@edg-l edg-l added this pull request to the merge queue Jan 9, 2025
Merged via the queue into main with commit f1e895f Jan 9, 2025
32 checks passed
@edg-l edg-l deleted the bump-version-0.2.7 branch January 9, 2025 09:13
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