-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cairo 2.9.1 and rust 1.83.0 #948
Open
edg-l
wants to merge
5
commits into
main
Choose a base branch
from
update2.9
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
edg-l
requested review from
igaray,
azteca1998,
jrchatruc,
entropidelic,
fmoletta,
Oppen,
pefontana and
gabrielbosio
as code owners
November 28, 2024 15:49
Benchmarking resultsBenchmark for program
|
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
14.206 ± 0.204 | 14.028 | 14.607 | 10.55 ± 0.15 |
cairo-native (embedded AOT) |
4.155 ± 0.012 | 4.131 | 4.175 | 3.09 ± 0.01 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.961 ± 0.019 | 3.941 | 4.005 | 2.94 ± 0.01 |
cairo-native (standalone AOT with -march=native) |
1.346 ± 0.001 | 1.345 | 1.349 | 1.00 |
Benchmark for program fib_2M
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
13.860 ± 0.129 | 13.704 | 14.193 | 178.57 ± 1.70 |
cairo-native (embedded AOT) |
3.727 ± 0.028 | 3.678 | 3.758 | 48.01 ± 0.37 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.532 ± 0.022 | 3.484 | 3.568 | 45.51 ± 0.30 |
cairo-native (standalone AOT with -march=native) |
0.078 ± 0.000 | 0.077 | 0.078 | 1.00 |
Benchmark for program logistic_map
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
5.511 ± 0.026 | 5.470 | 5.553 | 22.78 ± 0.11 |
cairo-native (embedded AOT) |
3.880 ± 0.020 | 3.861 | 3.908 | 16.04 ± 0.08 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.794 ± 0.029 | 3.751 | 3.841 | 15.69 ± 0.12 |
cairo-native (standalone AOT with -march=native) |
0.242 ± 0.000 | 0.242 | 0.242 | 1.00 |
Benchmark results Main vs HEAD.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #948 +/- ##
=======================================
Coverage 82.54% 82.54%
=======================================
Files 117 117
Lines 33516 33516
=======================================
Hits 27666 27666
Misses 5850 5850 ☔ View full report in Codecov by Sentry. |
azteca1998
previously approved these changes
Nov 28, 2024
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