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

Add more Sierra links #898

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Add more Sierra links #898

merged 1 commit into from
Nov 5, 2024

Conversation

gabrielbosio
Copy link
Collaborator

Including:

  • Gas accounting
  • Cairo and Sierra links

- Gas accounting
- Cairo and Sierra links
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.99%. Comparing base (8effa98) to head (9aad343).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #898   +/-   ##
=======================================
  Coverage   82.99%   82.99%           
=======================================
  Files         120      120           
  Lines       33866    33866           
=======================================
  Hits        28108    28108           
  Misses       5758     5758           

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

Copy link

github-actions bot commented Nov 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.198 ± 0.282 10.819 11.481 24.38 ± 0.61
cairo-native (embedded AOT) 3.198 ± 0.024 3.160 3.231 6.96 ± 0.05
cairo-native (embedded JIT using LLVM's ORC Engine) 3.218 ± 0.015 3.199 3.248 7.00 ± 0.03
cairo-native (standalone AOT) 0.663 ± 0.004 0.659 0.673 1.44 ± 0.01
cairo-native (standalone AOT with -march=native) 0.459 ± 0.000 0.459 0.460 1.00

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 11.000 ± 0.304 10.626 11.417 1489.05 ± 43.03
cairo-native (embedded AOT) 2.754 ± 0.048 2.713 2.883 372.83 ± 7.28
cairo-native (embedded JIT using LLVM's ORC Engine) 2.755 ± 0.025 2.726 2.806 372.93 ± 4.66
cairo-native (standalone AOT) 0.007 ± 0.000 0.007 0.008 1.00
cairo-native (standalone AOT with -march=native) 0.008 ± 0.000 0.008 0.008 1.09 ± 0.01

Benchmark for program logistic_map

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 4.318 ± 0.034 4.246 4.362 60.34 ± 0.48
cairo-native (embedded AOT) 2.909 ± 0.019 2.885 2.941 40.64 ± 0.28
cairo-native (embedded JIT using LLVM's ORC Engine) 3.060 ± 0.015 3.040 3.083 42.75 ± 0.22
cairo-native (standalone AOT) 0.116 ± 0.000 0.115 0.116 1.62 ± 0.00
cairo-native (standalone AOT with -march=native) 0.072 ± 0.000 0.071 0.072 1.00

Copy link

github-actions bot commented Nov 4, 2024

Benchmark results Main vs HEAD.

Command Mean [s] Min [s] Max [s] Relative
head factorial_2M.cairo (JIT) 3.197 ± 0.012 3.172 3.209 1.01 ± 0.01
base factorial_2M.cairo (JIT) 3.197 ± 0.022 3.158 3.242 1.00 ± 0.01
head factorial_2M.cairo (AOT) 3.189 ± 0.015 3.175 3.221 1.00 ± 0.01
base factorial_2M.cairo (AOT) 3.181 ± 0.026 3.141 3.241 1.00
Command Mean [s] Min [s] Max [s] Relative
head fib_2M.cairo (JIT) 2.759 ± 0.018 2.736 2.795 1.02 ± 0.01
base fib_2M.cairo (JIT) 2.740 ± 0.026 2.712 2.786 1.01 ± 0.01
head fib_2M.cairo (AOT) 2.716 ± 0.019 2.679 2.746 1.00 ± 0.01
base fib_2M.cairo (AOT) 2.708 ± 0.019 2.676 2.738 1.00
Command Mean [s] Min [s] Max [s] Relative
head logistic_map.cairo (JIT) 3.036 ± 0.019 3.002 3.074 1.06 ± 0.01
base logistic_map.cairo (JIT) 3.021 ± 0.013 2.997 3.038 1.05 ± 0.01
head logistic_map.cairo (AOT) 2.890 ± 0.019 2.867 2.930 1.01 ± 0.01
base logistic_map.cairo (AOT) 2.874 ± 0.022 2.842 2.907 1.00

@edg-l edg-l added this pull request to the merge queue Nov 5, 2024
Merged via the queue into main with commit 742a6b1 Nov 5, 2024
30 checks passed
@edg-l edg-l deleted the more_sierra_resources branch November 5, 2024 14:41
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.

4 participants