-
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
cairo 2.9.0-dev (native v0.2.3 branch) #877
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
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.309 ± 0.305 | 10.905 | 11.883 | 8.39 ± 0.23 |
cairo-native (embedded AOT) |
3.564 ± 0.032 | 3.525 | 3.616 | 2.65 ± 0.02 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.314 ± 0.060 | 3.210 | 3.410 | 2.46 ± 0.04 |
cairo-native (standalone AOT with -march=native) |
1.347 ± 0.002 | 1.345 | 1.351 | 1.00 |
Benchmark for program fib_2M
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
11.311 ± 0.277 | 10.986 | 11.698 | 144.75 ± 3.61 |
cairo-native (embedded AOT) |
3.081 ± 0.040 | 3.040 | 3.161 | 39.42 ± 0.54 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
2.860 ± 0.048 | 2.795 | 2.934 | 36.60 ± 0.64 |
cairo-native (standalone AOT with -march=native) |
0.078 ± 0.000 | 0.078 | 0.080 | 1.00 |
Benchmark for program logistic_map
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
4.184 ± 0.037 | 4.141 | 4.257 | 17.24 ± 0.21 |
cairo-native (embedded AOT) |
3.055 ± 0.054 | 3.016 | 3.176 | 12.59 ± 0.25 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
2.993 ± 0.035 | 2.950 | 3.067 | 12.33 ± 0.18 |
cairo-native (standalone AOT with -march=native) |
0.243 ± 0.002 | 0.242 | 0.249 | 1.00 |
Benchmark results Main vs HEAD.
|
azteca1998
reviewed
Nov 20, 2024
Co-authored-by: MrAzteca <[email protected]>
Co-authored-by: MrAzteca <[email protected]>
azteca1998
approved these changes
Nov 20, 2024
FrancoGiachetta
approved these changes
Nov 20, 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.
Fixes #879
This is cairo-native with cairo 2.9.0 features
Checklist