-
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
Add lockfile support for the AotContractExecutor
.
#1075
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1075 +/- ##
==========================================
+ Coverage 80.84% 80.93% +0.08%
==========================================
Files 108 108
Lines 29581 29605 +24
==========================================
+ Hits 23916 23961 +45
+ Misses 5665 5644 -21 ☔ View full report in Codecov by Sentry. |
Benchmark results Main vs HEAD.Base
Head
Base
Head
Base
Head
Base
Head
Base
Head
Base
Head
|
Benchmarking resultsBenchmark for program
|
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
21.153 ± 0.260 | 20.875 | 21.652 | 5.75 ± 0.08 |
cairo-native (embedded AOT) |
3.680 ± 0.019 | 3.646 | 3.712 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.820 ± 0.051 | 3.742 | 3.878 | 1.04 ± 0.01 |
Benchmark for program dict_snapshot
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
5.832 ± 0.043 | 5.790 | 5.935 | 1.60 ± 0.02 |
cairo-native (embedded AOT) |
3.655 ± 0.046 | 3.597 | 3.713 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.786 ± 0.051 | 3.719 | 3.888 | 1.04 ± 0.02 |
Benchmark for program factorial_2M
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
14.356 ± 0.094 | 14.220 | 14.505 | 3.57 ± 0.04 |
cairo-native (embedded AOT) |
4.092 ± 0.053 | 3.992 | 4.160 | 1.02 ± 0.02 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
4.020 ± 0.039 | 3.977 | 4.088 | 1.00 |
Benchmark for program fib_2M
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
14.590 ± 0.073 | 14.490 | 14.740 | 4.09 ± 0.04 |
cairo-native (embedded AOT) |
3.571 ± 0.029 | 3.533 | 3.630 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.621 ± 0.040 | 3.570 | 3.698 | 1.01 ± 0.01 |
Benchmark for program linear_search
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
6.125 ± 0.051 | 6.052 | 6.195 | 1.63 ± 0.02 |
cairo-native (embedded AOT) |
3.756 ± 0.033 | 3.704 | 3.819 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.846 ± 0.037 | 3.810 | 3.942 | 1.02 ± 0.01 |
Benchmark for program logistic_map
Open benchmarks
Command | Mean [s] | Min [s] | Max [s] | Relative |
---|---|---|---|---|
Cairo-vm (Rust, Cairo 1) |
5.658 ± 0.040 | 5.606 | 5.750 | 1.55 ± 0.01 |
cairo-native (embedded AOT) |
3.641 ± 0.012 | 3.626 | 3.667 | 1.00 |
cairo-native (embedded JIT using LLVM's ORC Engine) |
3.870 ± 0.019 | 3.850 | 3.916 | 1.06 ± 0.01 |
✅ Code is now correctly formatted. |
edg-l
previously approved these changes
Feb 4, 2025
JulianGCalderon
previously approved these changes
Feb 4, 2025
igaray
previously approved these changes
Feb 4, 2025
16ce208
igaray
approved these changes
Feb 4, 2025
edg-l
approved these changes
Feb 4, 2025
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