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

v0.5.2 #1226

Merged
merged 1 commit into from
Jun 12, 2023
Merged

v0.5.2 #1226

merged 1 commit into from
Jun 12, 2023

Conversation

pefontana
Copy link
Collaborator

v0.5.2

Description

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.

@github-actions
Copy link

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 13.977 ± 0.050 13.908 14.083 1.00
head blake2s_integration_benchmark 14.032 ± 0.111 13.910 14.261 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 5.003 ± 0.023 4.966 5.027 1.00
head compare_arrays_200000 5.046 ± 0.037 5.011 5.121 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 3.191 ± 0.022 3.160 3.229 1.00
head dict_integration_benchmark 3.215 ± 0.014 3.190 3.233 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base factorial_multirun 5.175 ± 0.059 5.090 5.260 1.00 ± 0.01
head factorial_multirun 5.163 ± 0.020 5.140 5.205 1.00
Command Mean [s] Min [s] Max [s] Relative
base fibonacci_1000_multirun 4.455 ± 0.013 4.424 4.470 1.00
head fibonacci_1000_multirun 4.509 ± 0.021 4.480 4.542 1.01 ± 0.01
Command Mean [ms] Min [ms] Max [ms] Relative
base field_arithmetic_get_square_benchmark 188.6 ± 1.6 186.8 191.5 1.00
head field_arithmetic_get_square_benchmark 190.3 ± 1.2 189.2 193.2 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 12.581 ± 0.150 12.414 12.859 1.00
head integration_builtins 12.696 ± 0.152 12.491 13.006 1.01 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 14.412 ± 0.347 14.112 15.254 1.01 ± 0.02
head keccak_integration_benchmark 14.264 ± 0.039 14.233 14.356 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 4.932 ± 0.028 4.904 4.975 1.00
head linear_search 4.997 ± 0.052 4.963 5.142 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 3.582 ± 0.011 3.570 3.600 1.00
head math_cmp_and_pow_integration_benchmark 3.605 ± 0.012 3.593 3.628 1.01 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 3.201 ± 0.010 3.190 3.224 1.00
head math_integration_benchmark 3.233 ± 0.012 3.217 3.249 1.01 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 2.824 ± 0.011 2.817 2.847 1.00
head memory_integration_benchmark 2.870 ± 0.019 2.852 2.920 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 3.190 ± 0.017 3.165 3.211 1.00
head operations_with_data_structures_benchmarks 3.200 ± 0.031 3.172 3.278 1.00 ± 0.01
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 983.8 ± 7.5 977.2 1003.5 1.00 ± 0.01
head pedersen 983.5 ± 8.7 977.7 1007.4 1.00
Command Mean [s] Min [s] Max [s] Relative
base poseidon_integration_benchmark 1.791 ± 0.007 1.782 1.807 1.00
head poseidon_integration_benchmark 1.804 ± 0.011 1.788 1.821 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 3.450 ± 0.015 3.437 3.489 1.00
head secp_integration_benchmark 3.476 ± 0.014 3.455 3.502 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base set_integration_benchmark 1.698 ± 0.005 1.689 1.708 1.00 ± 0.01
head set_integration_benchmark 1.692 ± 0.007 1.680 1.706 1.00
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 8.864 ± 0.136 8.782 9.233 1.00 ± 0.02
head uint256_integration_benchmark 8.855 ± 0.023 8.819 8.897 1.00

@pefontana pefontana enabled auto-merge June 12, 2023 21:34
@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Merging #1226 (91a8371) into main (695feee) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1226   +/-   ##
=======================================
  Coverage   97.60%   97.60%           
=======================================
  Files          89       89           
  Lines       36195    36195           
=======================================
  Hits        35327    35327           
  Misses        868      868           

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

@pefontana pefontana added this pull request to the merge queue Jun 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2023
@pefontana pefontana added this pull request to the merge queue Jun 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2023
@pefontana pefontana added this pull request to the merge queue Jun 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2023
@pefontana pefontana added this pull request to the merge queue Jun 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2023
@pefontana pefontana added this pull request to the merge queue Jun 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2023
@pefontana pefontana added this pull request to the merge queue Jun 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2023
@juanbono juanbono added this pull request to the merge queue Jun 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2023
@pefontana pefontana added this pull request to the merge queue Jun 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2023
@pefontana pefontana added this pull request to the merge queue Jun 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2023
@pefontana pefontana added this pull request to the merge queue Jun 12, 2023
Merged via the queue into main with commit f8927d9 Jun 12, 2023
@pefontana pefontana deleted the release-0.5.2 branch June 12, 2023 22:41
kariy pushed a commit to dojoengine/cairo-rs that referenced this pull request Jun 23, 2023
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.

3 participants