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 replay's version in blocks workflow ci #1033

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

FrancoGiachetta
Copy link
Contributor

Checklist

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

@azteca1998 azteca1998 enabled auto-merge January 8, 2025 20:16
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) 3.879 ± 0.027 3.822 3.902 1.00
base dict_insert.cairo (AOT) 4.016 ± 0.017 3.973 4.035 1.04 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head dict_insert.cairo (JIT) 4.208 ± 0.049 4.139 4.270 1.00
head dict_insert.cairo (AOT) 4.431 ± 0.062 4.366 4.529 1.05 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base dict_snapshot.cairo (JIT) 4.062 ± 0.021 4.017 4.091 1.00
base dict_snapshot.cairo (AOT) 4.197 ± 0.025 4.155 4.243 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head dict_snapshot.cairo (JIT) 4.319 ± 0.045 4.266 4.426 1.00
head dict_snapshot.cairo (AOT) 4.459 ± 0.017 4.432 4.481 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base factorial_2M.cairo (JIT) 4.091 ± 0.016 4.063 4.113 1.00
base factorial_2M.cairo (AOT) 4.315 ± 0.023 4.290 4.363 1.05 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head factorial_2M.cairo (JIT) 4.331 ± 0.037 4.293 4.409 1.00
head factorial_2M.cairo (AOT) 4.562 ± 0.064 4.451 4.647 1.05 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base fib_2M.cairo (JIT) 3.630 ± 0.028 3.596 3.691 1.00
base fib_2M.cairo (AOT) 3.849 ± 0.020 3.813 3.888 1.06 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head fib_2M.cairo (JIT) 3.887 ± 0.029 3.824 3.923 1.00
head fib_2M.cairo (AOT) 4.056 ± 0.035 4.010 4.107 1.04 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base linear_search.cairo (JIT) 3.831 ± 0.028 3.790 3.880 1.00
base linear_search.cairo (AOT) 3.922 ± 0.024 3.881 3.953 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head linear_search.cairo (JIT) 4.064 ± 0.035 4.004 4.115 1.00
head linear_search.cairo (AOT) 4.129 ± 0.047 4.073 4.211 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base logistic_map.cairo (JIT) 3.903 ± 0.021 3.869 3.940 1.00
base logistic_map.cairo (AOT) 4.004 ± 0.041 3.959 4.074 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
:--- ---: ---: ---: ---:
head logistic_map.cairo (JIT) 4.138 ± 0.048 4.076 4.240 1.00
head logistic_map.cairo (AOT) 4.266 ± 0.048 4.185 4.355 1.03 ± 0.02

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.88%. Comparing base (6a4efaf) to head (54d456b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1033   +/-   ##
=======================================
  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.993 ± 0.159 20.817 21.288 97.98 ± 3.15
cairo-native (embedded AOT) 4.001 ± 0.031 3.966 4.057 18.68 ± 0.60
cairo-native (embedded JIT using LLVM's ORC Engine) 3.847 ± 0.035 3.807 3.902 17.96 ± 0.58
cairo-native (standalone AOT with -march=native) 0.214 ± 0.007 0.205 0.231 1.00

Benchmark for program dict_snapshot

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.811 ± 0.047 5.736 5.901 18.21 ± 0.16
cairo-native (embedded AOT) 4.151 ± 0.041 4.108 4.224 13.01 ± 0.13
cairo-native (embedded JIT using LLVM's ORC Engine) 3.988 ± 0.028 3.944 4.026 12.50 ± 0.09
cairo-native (standalone AOT with -march=native) 0.319 ± 0.001 0.318 0.321 1.00

Benchmark for program factorial_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 15.043 ± 0.170 14.781 15.237 11.07 ± 0.13
cairo-native (embedded AOT) 4.376 ± 0.055 4.310 4.487 3.22 ± 0.04
cairo-native (embedded JIT using LLVM's ORC Engine) 4.147 ± 0.026 4.095 4.192 3.05 ± 0.02
cairo-native (standalone AOT with -march=native) 1.358 ± 0.001 1.357 1.361 1.00

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 15.169 ± 0.114 14.917 15.310 189.39 ± 2.01
cairo-native (embedded AOT) 3.833 ± 0.030 3.776 3.870 47.86 ± 0.52
cairo-native (embedded JIT using LLVM's ORC Engine) 3.608 ± 0.049 3.549 3.669 45.05 ± 0.70
cairo-native (standalone AOT with -march=native) 0.080 ± 0.001 0.080 0.083 1.00

Benchmark for program linear_search

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 5.764 ± 0.028 5.711 5.804 2848.67 ± 61.80
cairo-native (embedded AOT) 3.868 ± 0.025 3.835 3.913 1911.46 ± 42.28
cairo-native (embedded JIT using LLVM's ORC Engine) 3.733 ± 0.011 3.714 3.748 1844.68 ± 39.37
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.750 ± 0.059 5.623 5.820 23.75 ± 0.25
cairo-native (embedded AOT) 4.037 ± 0.042 3.928 4.077 16.67 ± 0.18
cairo-native (embedded JIT using LLVM's ORC Engine) 3.859 ± 0.045 3.806 3.945 15.94 ± 0.19
cairo-native (standalone AOT with -march=native) 0.242 ± 0.000 0.242 0.243 1.00

@azteca1998 azteca1998 added this pull request to the merge queue Jan 8, 2025
Merged via the queue into main with commit 824b2f9 Jan 8, 2025
32 checks passed
@azteca1998 azteca1998 deleted the update-replay-ci branch January 8, 2025 21:35
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