Skip to content
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

Update cairo-lang versions to 2.3.1 #1482

Merged
merged 3 commits into from
Nov 14, 2023
Merged

Update cairo-lang versions to 2.3.1 #1482

merged 3 commits into from
Nov 14, 2023

Conversation

pefontana
Copy link
Member

@pefontana pefontana commented Nov 14, 2023

Update cairo-lang versions

  • Update cairo-lang versions to 2.3.1
  • Run cargo update

Description of the pull request changes and motivation.

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.
    • CHANGELOG has been updated.

@pefontana pefontana marked this pull request as ready for review November 14, 2023 20:58
@pefontana pefontana changed the title Cargo update Update cairo-lang versions to 2.3.1 Nov 14, 2023
@Oppen Oppen enabled auto-merge November 14, 2023 21:00
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6d832f3) 96.82% compared to head (51eeb1a) 96.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1482   +/-   ##
=======================================
  Coverage   96.82%   96.82%           
=======================================
  Files          95       95           
  Lines       39451    39451           
=======================================
  Hits        38199    38199           
  Misses       1252     1252           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 2.574 ± 0.070 2.529 2.760 1.01 ± 0.03
head big_factorial 2.557 ± 0.013 2.543 2.590 1.00
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 2.136 ± 0.011 2.117 2.160 1.00
head big_fibonacci 2.155 ± 0.014 2.138 2.184 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 5.848 ± 0.040 5.798 5.902 1.00
head blake2s_integration_benchmark 5.943 ± 0.045 5.874 6.021 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 2.204 ± 0.010 2.187 2.218 1.00
head compare_arrays_200000 2.244 ± 0.007 2.233 2.254 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 1.548 ± 0.006 1.538 1.558 1.00
head dict_integration_benchmark 1.582 ± 0.016 1.565 1.622 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.037 ± 0.004 1.031 1.043 1.00
head field_arithmetic_get_square_benchmark 1.052 ± 0.018 1.039 1.088 1.02 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 5.884 ± 0.023 5.842 5.918 1.00
head integration_builtins 6.029 ± 0.306 5.916 6.900 1.02 ± 0.05
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 6.035 ± 0.267 5.924 6.792 1.00 ± 0.04
head keccak_integration_benchmark 6.007 ± 0.027 5.968 6.049 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 2.217 ± 0.014 2.199 2.239 1.00
head linear_search 2.292 ± 0.009 2.281 2.307 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 1.527 ± 0.008 1.512 1.537 1.00
head math_cmp_and_pow_integration_benchmark 1.546 ± 0.010 1.536 1.572 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 1.456 ± 0.009 1.444 1.478 1.00
head math_integration_benchmark 1.471 ± 0.010 1.457 1.494 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 1.277 ± 0.010 1.262 1.294 1.00
head memory_integration_benchmark 1.310 ± 0.015 1.294 1.348 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 1.408 ± 0.015 1.391 1.443 1.00
head operations_with_data_structures_benchmarks 1.436 ± 0.016 1.425 1.480 1.02 ± 0.02
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 581.6 ± 16.7 571.5 628.2 1.00
head pedersen 582.9 ± 9.5 578.3 609.9 1.00 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base poseidon_integration_benchmark 1.145 ± 0.016 1.135 1.191 1.00
head poseidon_integration_benchmark 1.146 ± 0.005 1.136 1.158 1.00 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 1.983 ± 0.020 1.967 2.030 1.00
head secp_integration_benchmark 2.000 ± 0.005 1.993 2.009 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base set_integration_benchmark 1.130 ± 0.008 1.116 1.140 1.00
head set_integration_benchmark 1.157 ± 0.012 1.147 1.181 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 3.744 ± 0.032 3.710 3.826 1.00
head uint256_integration_benchmark 3.797 ± 0.016 3.775 3.816 1.01 ± 0.01

@Oppen Oppen added this pull request to the merge queue Nov 14, 2023
Merged via the queue into main with commit 62e2e94 Nov 14, 2023
51 checks passed
@Oppen Oppen deleted the cargo-update branch November 14, 2023 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants