-
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.0-dev (native v0.2.2-alpha.0 branch) #877
Open
edg-l
wants to merge
21
commits into
main
Choose a base branch
from
update_2_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.
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
This was referenced Oct 23, 2024
* implement get_class_hash_at syscall * fix
Benchmarking resultsBenchmark for program
|
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
11.207 ± 0.259 | 10.672 | 11.413 | 8.27 ± 0.19 |
cairo-native (embedded AOT) |
3.416 ± 0.029 | 3.370 | 3.473 | 2.52 ± 0.02 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.194 ± 0.011 | 3.181 | 3.210 | 2.36 ± 0.01 |
cairo-native (standalone AOT with -march=native) |
1.355 ± 0.002 | 1.353 | 1.357 | 1.00 |
Benchmark for program fib_2M
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
10.708 ± 0.289 | 10.450 | 11.285 | 131.97 ± 3.57 |
cairo-native (embedded AOT) |
3.020 ± 0.041 | 2.964 | 3.088 | 37.22 ± 0.52 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
2.744 ± 0.018 | 2.715 | 2.768 | 33.82 ± 0.23 |
cairo-native (standalone AOT with -march=native) |
0.081 ± 0.000 | 0.081 | 0.081 | 1.00 |
Benchmark for program logistic_map
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
4.297 ± 0.030 | 4.266 | 4.364 | 17.71 ± 0.12 |
cairo-native (embedded AOT) |
3.171 ± 0.040 | 3.108 | 3.239 | 13.07 ± 0.17 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.076 ± 0.030 | 3.029 | 3.132 | 12.68 ± 0.12 |
cairo-native (standalone AOT with -march=native) |
0.243 ± 0.000 | 0.242 | 0.243 | 1.00 |
edg-l
requested review from
igaray,
azteca1998,
jrchatruc,
entropidelic,
fmoletta,
Oppen and
pefontana
as code owners
October 24, 2024 14:19
edg-l
changed the title
update to cairo 2.9.0-dev
cairo 2.9.0-dev (native v0.2.2-alpha.0 branch)
Nov 14, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #877 +/- ##
==========================================
- Coverage 82.91% 82.41% -0.51%
==========================================
Files 120 122 +2
Lines 34362 34704 +342
==========================================
+ Hits 28490 28600 +110
- Misses 5872 6104 +232 ☔ View full report in Codecov by Sentry. |
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.
This release is done for upstreams convenience, this pr doesn't need to be merged, but a tag will be made and released to crates
Fixes #879
This is cairo-native with cairo 2.9.0 features, and fixes from main as of 16715e5
Checklist