-
Notifications
You must be signed in to change notification settings - Fork 44
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FrancoGiachetta
requested review from
edg-l,
igaray,
azteca1998,
jrchatruc,
entropidelic,
fmoletta,
Oppen,
pefontana and
gabrielbosio
as code owners
January 8, 2025 20:00
JulianGCalderon
approved these changes
Jan 8, 2025
azteca1998
approved these changes
Jan 8, 2025
Benchmark results Main vs HEAD.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Benchmarking resultsBenchmark for program
|
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist