-
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 actions/cache to recommended version #1088
base: main
Are you sure you want to change the base?
Conversation
Benchmark results Main vs HEAD.Base
Head
Base
Head
Base
Head
Base
Head
Base
Head
Base
Head
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1088 +/- ##
=======================================
Coverage 81.05% 81.05%
=======================================
Files 108 108
Lines 29722 29722
=======================================
Hits 24091 24091
Misses 5631 5631 ☔ 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.816 ± 0.114 | 20.626 | 21.024 | 5.56 ± 0.07 |
cairo-native (embedded AOT) |
3.741 ± 0.039 | 3.698 | 3.823 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.770 ± 0.026 | 3.735 | 3.810 | 1.01 ± 0.01 |
Benchmark for program dict_snapshot
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
5.863 ± 0.073 | 5.726 | 5.945 | 1.64 ± 0.02 |
cairo-native (embedded AOT) |
3.578 ± 0.025 | 3.538 | 3.609 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.677 ± 0.040 | 3.622 | 3.761 | 1.03 ± 0.01 |
Benchmark for program factorial_2M
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
14.699 ± 0.102 | 14.469 | 14.825 | 3.60 ± 0.04 |
cairo-native (embedded AOT) |
4.088 ± 0.042 | 4.031 | 4.170 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
4.118 ± 0.042 | 4.019 | 4.169 | 1.01 ± 0.01 |
Benchmark for program fib_2M
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
14.346 ± 0.115 | 14.175 | 14.582 | 4.09 ± 0.04 |
cairo-native (embedded AOT) |
3.511 ± 0.018 | 3.481 | 3.541 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.568 ± 0.022 | 3.523 | 3.591 | 1.02 ± 0.01 |
Benchmark for program linear_search
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
5.918 ± 0.045 | 5.834 | 5.993 | 1.59 ± 0.02 |
cairo-native (embedded AOT) |
3.725 ± 0.031 | 3.684 | 3.780 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.849 ± 0.023 | 3.816 | 3.886 | 1.03 ± 0.01 |
Benchmark for program logistic_map
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
5.727 ± 0.029 | 5.673 | 5.778 | 1.55 ± 0.02 |
cairo-native (embedded AOT) |
3.697 ± 0.040 | 3.641 | 3.759 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.864 ± 0.054 | 3.810 | 3.996 | 1.05 ± 0.02 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any breaking changes between this version and the last one?
There are some versions which will be deprecated (making the ci to fail) soon. This version I've updated to is one of the recommended ones. |
Checklist