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

Release 0.8.2 #1322

Merged
merged 3 commits into from Jul 10, 2023
Merged

Release 0.8.2 #1322

merged 3 commits into from Jul 10, 2023

Conversation

pefontana
Copy link
Member

Release 0.8.2

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.

@codecov
Copy link

codecov bot commented Jul 10, 2023

Codecov Report

Merging #1322 (d79dd0e) into main (78a64b0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1322   +/-   ##
=======================================
  Coverage   97.88%   97.88%           
=======================================
  Files          89       89           
  Lines       35474    35474           
=======================================
  Hits        34724    34724           
  Misses        750      750           

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

@pefontana pefontana marked this pull request as ready for review July 10, 2023 16:09
@github-actions
Copy link

github-actions bot commented Jul 10, 2023

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 5.059 ± 0.104 4.886 5.221 1.03 ± 0.03
head big_factorial 4.912 ± 0.127 4.788 5.173 1.00
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 3.951 ± 0.212 3.730 4.304 1.00
head big_fibonacci 4.107 ± 0.093 3.984 4.229 1.04 ± 0.06
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 12.861 ± 0.516 11.988 13.622 1.03 ± 0.04
head blake2s_integration_benchmark 12.528 ± 0.204 12.245 12.854 1.00
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 4.528 ± 0.166 4.352 4.854 1.04 ± 0.04
head compare_arrays_200000 4.347 ± 0.061 4.226 4.420 1.00
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 2.838 ± 0.050 2.778 2.928 1.00
head dict_integration_benchmark 2.853 ± 0.064 2.776 2.954 1.01 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 2.027 ± 0.030 1.984 2.075 1.00
head field_arithmetic_get_square_benchmark 2.029 ± 0.033 1.979 2.100 1.00 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 11.202 ± 0.220 10.675 11.484 1.00
head integration_builtins 11.362 ± 0.339 10.811 11.943 1.01 ± 0.04
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 13.555 ± 0.541 12.880 14.470 1.02 ± 0.06
head keccak_integration_benchmark 13.237 ± 0.607 12.582 14.300 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 4.805 ± 0.038 4.748 4.852 1.06 ± 0.02
head linear_search 4.548 ± 0.065 4.472 4.657 1.00
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 3.260 ± 0.083 3.120 3.368 1.00
head math_cmp_and_pow_integration_benchmark 3.321 ± 0.021 3.274 3.355 1.02 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 3.057 ± 0.051 2.982 3.127 1.06 ± 0.07
head math_integration_benchmark 2.877 ± 0.183 2.648 3.128 1.00
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 2.518 ± 0.118 2.391 2.777 1.00
head memory_integration_benchmark 2.630 ± 0.099 2.516 2.813 1.04 ± 0.06
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 2.718 ± 0.060 2.640 2.864 1.02 ± 0.02
head operations_with_data_structures_benchmarks 2.660 ± 0.025 2.620 2.692 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 915.5 ± 15.7 902.0 950.9 1.00
head pedersen 922.2 ± 18.1 901.8 963.8 1.01 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base poseidon_integration_benchmark 1.636 ± 0.038 1.596 1.717 1.00
head poseidon_integration_benchmark 1.649 ± 0.040 1.601 1.737 1.01 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 3.281 ± 0.060 3.180 3.373 1.00
head secp_integration_benchmark 3.319 ± 0.067 3.189 3.410 1.01 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base set_integration_benchmark 1.950 ± 0.069 1.848 2.058 1.00 ± 0.05
head set_integration_benchmark 1.946 ± 0.074 1.840 2.093 1.00
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 7.633 ± 0.127 7.485 7.924 1.00
head uint256_integration_benchmark 7.874 ± 0.304 7.644 8.674 1.03 ± 0.04

@fmoletta fmoletta enabled auto-merge July 10, 2023 17:36
@pefontana pefontana disabled auto-merge July 10, 2023 20:33
@pefontana pefontana added this pull request to the merge queue Jul 10, 2023
@pefontana pefontana removed this pull request from the merge queue due to a manual request Jul 10, 2023
@pefontana pefontana added this pull request to the merge queue Jul 10, 2023
Merged via the queue into main with commit 0511b71 Jul 10, 2023
34 checks passed
@pefontana pefontana deleted the release-0.8.2 branch July 10, 2023 22:44
kariy pushed a commit to dojoengine/cairo-rs that referenced this pull request Jul 25, 2023
kariy pushed a commit to dojoengine/cairo-rs that referenced this pull request Jul 25, 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.

None yet

4 participants