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

chore: run cargo update #1237

Closed
wants to merge 2 commits into from
Closed

chore: run cargo update #1237

wants to merge 2 commits into from

Conversation

Oppen
Copy link
Member

@Oppen Oppen commented Jun 15, 2023

Just update our deps.

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.

@github-actions
Copy link

github-actions bot commented Jun 15, 2023

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 10.469 ± 0.148 10.279 10.729 1.00
head blake2s_integration_benchmark 10.473 ± 0.214 10.256 10.965 1.00 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 3.662 ± 0.065 3.605 3.818 1.00
head compare_arrays_200000 3.707 ± 0.055 3.630 3.827 1.01 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 2.436 ± 0.074 2.364 2.570 1.03 ± 0.03
head dict_integration_benchmark 2.372 ± 0.018 2.346 2.399 1.00
Command Mean [s] Min [s] Max [s] Relative
base factorial_multirun 3.996 ± 0.119 3.797 4.163 1.03 ± 0.04
head factorial_multirun 3.881 ± 0.068 3.803 4.009 1.00
Command Mean [s] Min [s] Max [s] Relative
base fibonacci_1000_multirun 3.285 ± 0.054 3.245 3.424 1.00 ± 0.02
head fibonacci_1000_multirun 3.281 ± 0.061 3.202 3.378 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base field_arithmetic_get_square_benchmark 148.3 ± 4.5 143.7 158.8 1.02 ± 0.04
head field_arithmetic_get_square_benchmark 145.7 ± 2.6 143.5 151.5 1.00
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 9.281 ± 0.317 9.020 10.051 1.00
head integration_builtins 9.412 ± 0.219 9.093 9.789 1.01 ± 0.04
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 10.872 ± 0.354 10.489 11.611 1.02 ± 0.04
head keccak_integration_benchmark 10.628 ± 0.178 10.403 10.929 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 3.694 ± 0.057 3.600 3.826 1.00
head linear_search 3.713 ± 0.082 3.595 3.845 1.01 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 2.629 ± 0.035 2.594 2.713 1.02 ± 0.02
head math_cmp_and_pow_integration_benchmark 2.587 ± 0.017 2.558 2.607 1.00
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 2.399 ± 0.020 2.371 2.431 1.00 ± 0.03
head math_integration_benchmark 2.397 ± 0.063 2.342 2.554 1.00
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 2.112 ± 0.024 2.080 2.151 1.00
head memory_integration_benchmark 2.186 ± 0.040 2.119 2.266 1.03 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 2.402 ± 0.053 2.347 2.502 1.00
head operations_with_data_structures_benchmarks 2.492 ± 0.045 2.435 2.562 1.04 ± 0.03
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 853.9 ± 36.3 809.4 935.9 1.05 ± 0.05
head pedersen 815.8 ± 15.7 790.5 847.7 1.00
Command Mean [s] Min [s] Max [s] Relative
base poseidon_integration_benchmark 1.475 ± 0.020 1.450 1.502 1.02 ± 0.02
head poseidon_integration_benchmark 1.453 ± 0.013 1.433 1.478 1.00
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 2.758 ± 0.021 2.730 2.798 1.00
head secp_integration_benchmark 2.777 ± 0.062 2.714 2.894 1.01 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base set_integration_benchmark 1.449 ± 0.012 1.426 1.475 1.01 ± 0.02
head set_integration_benchmark 1.437 ± 0.020 1.403 1.474 1.00
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 6.626 ± 0.118 6.519 6.868 1.00
head uint256_integration_benchmark 6.812 ± 0.312 6.524 7.468 1.03 ± 0.05

@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Merging #1237 (c210be8) into main (4221723) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1237   +/-   ##
=======================================
  Coverage   97.61%   97.61%           
=======================================
  Files          88       88           
  Lines       36112    36112           
=======================================
  Hits        35251    35251           
  Misses        861      861           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pefontana
Copy link
Member

We runned a cairo update here: #1323
I think we can close this no @Oppen ?

@Oppen Oppen closed this Jul 17, 2023
@MegaRedHand MegaRedHand deleted the chore/cargo_update branch July 17, 2023 19:44
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