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

Update CODEOWNERS #940

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Update CODEOWNERS #940

merged 1 commit into from
Nov 25, 2024

Conversation

gabrielbosio
Copy link
Collaborator

No description provided.

Copy link

Benchmarking results

Benchmark for program factorial_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 11.499 ± 0.376 11.013 11.869 8.53 ± 0.28
cairo-native (embedded AOT) 3.375 ± 0.027 3.332 3.410 2.50 ± 0.02
cairo-native (embedded JIT using LLVM's ORC Engine) 3.172 ± 0.029 3.124 3.206 2.35 ± 0.02
cairo-native (standalone AOT with -march=native) 1.348 ± 0.001 1.346 1.349 1.00

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 11.198 ± 0.303 10.981 11.816 143.50 ± 3.91
cairo-native (embedded AOT) 2.985 ± 0.023 2.955 3.015 38.25 ± 0.31
cairo-native (embedded JIT using LLVM's ORC Engine) 2.794 ± 0.028 2.740 2.829 35.81 ± 0.37
cairo-native (standalone AOT with -march=native) 0.078 ± 0.000 0.078 0.079 1.00

Benchmark for program logistic_map

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 4.271 ± 0.022 4.246 4.317 17.63 ± 0.10
cairo-native (embedded AOT) 3.072 ± 0.022 3.042 3.108 12.68 ± 0.09
cairo-native (embedded JIT using LLVM's ORC Engine) 3.030 ± 0.054 2.975 3.130 12.51 ± 0.22
cairo-native (standalone AOT with -march=native) 0.242 ± 0.000 0.242 0.243 1.00

Copy link

Benchmark results Main vs HEAD.

Command Mean [s] Min [s] Max [s] Relative
base factorial_2M.cairo (JIT) 3.201 ± 0.025 3.151 3.242 1.00
base factorial_2M.cairo (AOT) 3.383 ± 0.019 3.352 3.412 1.06 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head factorial_2M.cairo (JIT) 3.229 ± 0.021 3.198 3.264 1.00
head factorial_2M.cairo (AOT) 3.409 ± 0.025 3.365 3.466 1.06 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base fib_2M.cairo (JIT) 2.746 ± 0.013 2.725 2.770 1.00
base fib_2M.cairo (AOT) 2.940 ± 0.011 2.921 2.959 1.07 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head fib_2M.cairo (JIT) 2.783 ± 0.028 2.739 2.839 1.00
head fib_2M.cairo (AOT) 2.980 ± 0.015 2.951 3.009 1.07 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base logistic_map.cairo (JIT) 3.048 ± 0.009 3.035 3.061 1.00
base logistic_map.cairo (AOT) 3.115 ± 0.013 3.087 3.133 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head logistic_map.cairo (JIT) 3.075 ± 0.025 3.046 3.123 1.00
head logistic_map.cairo (AOT) 3.160 ± 0.027 3.125 3.211 1.03 ± 0.01

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.46%. Comparing base (107ff62) to head (3ae323a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #940   +/-   ##
=======================================
  Coverage   82.46%   82.46%           
=======================================
  Files         117      117           
  Lines       34392    34392           
=======================================
  Hits        28362    28362           
  Misses       6030     6030           

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


🚨 Try these New Features:

@edg-l edg-l added this pull request to the merge queue Nov 25, 2024
Merged via the queue into main with commit 4905092 Nov 25, 2024
32 checks passed
@edg-l edg-l deleted the update_codeowners branch November 25, 2024 10:44
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