-
Notifications
You must be signed in to change notification settings - Fork 46
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
Bump version to 0.2.0 and deps too #645
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
Benchmarking resultsBenchmark for program
|
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
11.607 ± 0.047 | 11.522 | 11.672 | 24.07 ± 0.14 |
cairo-native (embedded AOT) |
1.659 ± 0.026 | 1.636 | 1.725 | 3.44 ± 0.06 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
1.735 ± 0.015 | 1.711 | 1.757 | 3.60 ± 0.03 |
cairo-native (standalone AOT) |
0.654 ± 0.005 | 0.651 | 0.668 | 1.36 ± 0.01 |
cairo-native (standalone AOT with -march=native) |
0.482 ± 0.002 | 0.480 | 0.486 | 1.00 |
Benchmark for program fib_2M
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
10.785 ± 0.115 | 10.655 | 10.966 | 1312.65 ± 24.27 |
cairo-native (embedded AOT) |
1.132 ± 0.020 | 1.105 | 1.172 | 137.78 ± 3.20 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
1.153 ± 0.019 | 1.113 | 1.177 | 140.36 ± 3.17 |
cairo-native (standalone AOT) |
0.008 ± 0.000 | 0.008 | 0.009 | 1.03 ± 0.02 |
cairo-native (standalone AOT with -march=native) |
0.008 ± 0.000 | 0.008 | 0.009 | 1.00 |
Benchmark for program logistic_map
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
1.978 ± 0.031 | 1.950 | 2.040 | 29.83 ± 0.51 |
cairo-native (embedded AOT) |
1.277 ± 0.016 | 1.263 | 1.317 | 19.25 ± 0.28 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
1.448 ± 0.012 | 1.435 | 1.469 | 21.83 ± 0.24 |
cairo-native (standalone AOT) |
0.108 ± 0.005 | 0.107 | 0.132 | 1.63 ± 0.07 |
cairo-native (standalone AOT with -march=native) |
0.066 ± 0.000 | 0.066 | 0.068 | 1.00 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #645 +/- ##
=======================================
Coverage 91.95% 91.95%
=======================================
Files 112 112
Lines 34265 34265
=======================================
Hits 31509 31509
Misses 2756 2756 ☔ View full report in Codecov by Sentry. |
igaray
previously approved these changes
Jun 4, 2024
juanbono
previously approved these changes
Jun 4, 2024
juanbono
approved these changes
Jun 4, 2024
azteca1998
approved these changes
Jun 4, 2024
igaray
approved these changes
Jun 4, 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