-
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
Coalesce all compatible no-op libfuncs into a single function. #919
Open
azteca1998
wants to merge
6
commits into
main
Choose a base branch
from
coalesce-noop-libfuncs
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.
+189
−553
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
azteca1998
requested review from
edg-l,
igaray,
jrchatruc,
entropidelic,
fmoletta,
Oppen and
pefontana
as code owners
November 13, 2024 17:35
Benchmarking resultsBenchmark for program
|
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
11.020 ± 0.250 | 10.788 | 11.433 | 8.18 ± 0.19 |
cairo-native (embedded AOT) |
3.445 ± 0.013 | 3.432 | 3.469 | 2.56 ± 0.01 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.261 ± 0.016 | 3.236 | 3.284 | 2.42 ± 0.01 |
cairo-native (standalone AOT with -march=native) |
1.348 ± 0.002 | 1.346 | 1.352 | 1.00 |
Benchmark for program fib_2M
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
11.155 ± 0.341 | 10.643 | 11.436 | 142.82 ± 4.39 |
cairo-native (embedded AOT) |
3.033 ± 0.024 | 3.000 | 3.072 | 38.83 ± 0.33 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
2.819 ± 0.027 | 2.775 | 2.872 | 36.09 ± 0.36 |
cairo-native (standalone AOT with -march=native) |
0.078 ± 0.000 | 0.078 | 0.079 | 1.00 |
Benchmark for program logistic_map
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
4.377 ± 0.019 | 4.356 | 4.414 | 18.07 ± 0.09 |
cairo-native (embedded AOT) |
3.204 ± 0.021 | 3.175 | 3.237 | 13.23 ± 0.09 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.114 ± 0.022 | 3.075 | 3.159 | 12.86 ± 0.10 |
cairo-native (standalone AOT with -march=native) |
0.242 ± 0.001 | 0.242 | 0.244 | 1.00 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #919 +/- ##
==========================================
+ Coverage 82.91% 83.00% +0.08%
==========================================
Files 120 115 -5
Lines 34334 34103 -231
==========================================
- Hits 28468 28307 -161
+ Misses 5866 5796 -70 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Benchmark results Main vs HEAD.
|
JulianGCalderon
previously approved these changes
Nov 14, 2024
edg-l
approved these changes
Nov 19, 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