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 wasm-pack version #1478

Merged
merged 5 commits into from
Nov 14, 2023
Merged

Update wasm-pack version #1478

merged 5 commits into from
Nov 14, 2023

Conversation

pefontana
Copy link
Collaborator

@pefontana pefontana commented Nov 13, 2023

Update wasm-pack version

  • Update wasm-pack version
  • Update rust-toolchain in cairo_1_programs.yml workflw

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 added the pipelines This PR/issue is exclusively about improving our CI label Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (22f08f5) 96.82% compared to head (ec657be) 96.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1478   +/-   ##
=======================================
  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

github-actions bot commented Nov 13, 2023

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 2.549 ± 0.010 2.534 2.573 1.00
head big_factorial 2.565 ± 0.070 2.522 2.759 1.01 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 2.151 ± 0.023 2.129 2.196 1.01 ± 0.01
head big_fibonacci 2.130 ± 0.013 2.113 2.146 1.00
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 5.885 ± 0.038 5.842 5.958 1.00 ± 0.01
head blake2s_integration_benchmark 5.868 ± 0.031 5.821 5.916 1.00
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 2.230 ± 0.015 2.207 2.259 1.01 ± 0.01
head compare_arrays_200000 2.215 ± 0.012 2.199 2.238 1.00
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 1.568 ± 0.007 1.558 1.578 1.01 ± 0.01
head dict_integration_benchmark 1.555 ± 0.007 1.544 1.567 1.00
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.044 ± 0.009 1.033 1.061 1.01 ± 0.01
head field_arithmetic_get_square_benchmark 1.038 ± 0.004 1.031 1.045 1.00
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 5.892 ± 0.036 5.860 5.948 1.00
head integration_builtins 5.901 ± 0.085 5.821 6.106 1.00 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 5.993 ± 0.036 5.947 6.052 1.00 ± 0.01
head keccak_integration_benchmark 5.972 ± 0.028 5.931 6.029 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 2.253 ± 0.012 2.239 2.273 1.01 ± 0.01
head linear_search 2.242 ± 0.014 2.225 2.267 1.00
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 1.546 ± 0.007 1.532 1.558 1.01 ± 0.01
head math_cmp_and_pow_integration_benchmark 1.528 ± 0.008 1.515 1.539 1.00
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 1.470 ± 0.009 1.461 1.494 1.01 ± 0.01
head math_integration_benchmark 1.450 ± 0.007 1.437 1.458 1.00
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 1.290 ± 0.006 1.275 1.294 1.01 ± 0.01
head memory_integration_benchmark 1.282 ± 0.012 1.268 1.307 1.00
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 1.428 ± 0.013 1.411 1.456 1.01 ± 0.02
head operations_with_data_structures_benchmarks 1.417 ± 0.021 1.395 1.464 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 577.8 ± 2.2 573.5 581.4 1.00
head pedersen 578.4 ± 2.0 575.0 581.3 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base poseidon_integration_benchmark 1.144 ± 0.003 1.141 1.148 1.00 ± 0.00
head poseidon_integration_benchmark 1.139 ± 0.002 1.136 1.144 1.00
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 1.992 ± 0.006 1.984 2.003 1.01 ± 0.00
head secp_integration_benchmark 1.980 ± 0.004 1.973 1.987 1.00
Command Mean [s] Min [s] Max [s] Relative
base set_integration_benchmark 1.133 ± 0.005 1.128 1.146 1.00
head set_integration_benchmark 1.137 ± 0.010 1.127 1.161 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 3.786 ± 0.039 3.747 3.880 1.01 ± 0.01
head uint256_integration_benchmark 3.758 ± 0.023 3.715 3.788 1.00

@Oppen Oppen added this pull request to the merge queue Nov 14, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 14, 2023
@pefontana pefontana added this pull request to the merge queue Nov 14, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Nov 14, 2023
@pefontana pefontana added this pull request to the merge queue Nov 14, 2023
Merged via the queue into main with commit 74fa49a Nov 14, 2023
50 checks passed
@pefontana pefontana deleted the update-wasm-pack branch November 14, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pipelines This PR/issue is exclusively about improving our CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants