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

ping README.md Path in the Cargo.toml #1276

Merged
merged 3 commits into from
Jun 23, 2023
Merged

ping README.md Path in the Cargo.toml #1276

merged 3 commits into from
Jun 23, 2023

Conversation

pefontana
Copy link
Collaborator

TITLE

Description

Since we make some modifications in the crates organization, now in crates.io the Readme is not visible
https://crates.io/crates/cairo-vm

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 Jun 23, 2023

Codecov Report

Merging #1276 (feb9423) into main (8c7e1a2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1276   +/-   ##
=======================================
  Coverage   97.60%   97.60%           
=======================================
  Files          89       89           
  Lines       36335    36335           
=======================================
  Hits        35466    35466           
  Misses        869      869           

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

@github-actions
Copy link

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 10.978 ± 0.086 10.884 11.157 1.00
head blake2s_integration_benchmark 10.988 ± 0.073 10.926 11.171 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 3.887 ± 0.042 3.841 3.954 1.00 ± 0.02
head compare_arrays_200000 3.882 ± 0.048 3.841 3.977 1.00
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 2.578 ± 0.029 2.559 2.654 1.01 ± 0.01
head dict_integration_benchmark 2.562 ± 0.009 2.554 2.583 1.00
Command Mean [s] Min [s] Max [s] Relative
base factorial_multirun 4.152 ± 0.048 4.104 4.274 1.00 ± 0.02
head factorial_multirun 4.143 ± 0.047 4.103 4.241 1.00
Command Mean [s] Min [s] Max [s] Relative
base fibonacci_1000_multirun 3.460 ± 0.023 3.432 3.496 1.00 ± 0.01
head fibonacci_1000_multirun 3.448 ± 0.011 3.432 3.465 1.00
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.917 ± 0.036 1.893 1.990 1.01 ± 0.02
head field_arithmetic_get_square_benchmark 1.896 ± 0.011 1.886 1.916 1.00
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 9.716 ± 0.116 9.606 9.971 1.00 ± 0.02
head integration_builtins 9.669 ± 0.089 9.559 9.848 1.00
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 11.178 ± 0.134 10.963 11.352 1.01 ± 0.02
head keccak_integration_benchmark 11.092 ± 0.109 11.000 11.323 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 3.874 ± 0.027 3.836 3.911 1.00
head linear_search 3.880 ± 0.051 3.836 3.968 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 2.761 ± 0.010 2.748 2.777 1.00
head math_cmp_and_pow_integration_benchmark 2.764 ± 0.016 2.750 2.796 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 2.531 ± 0.013 2.516 2.555 1.00 ± 0.01
head math_integration_benchmark 2.522 ± 0.012 2.510 2.554 1.00
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 2.241 ± 0.027 2.218 2.315 1.00 ± 0.01
head memory_integration_benchmark 2.233 ± 0.009 2.224 2.245 1.00
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 2.492 ± 0.006 2.482 2.501 1.00
head operations_with_data_structures_benchmarks 2.492 ± 0.008 2.480 2.505 1.00 ± 0.00
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 870.3 ± 3.5 867.1 879.0 1.00
head pedersen 872.7 ± 9.8 867.7 899.2 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base poseidon_integration_benchmark 1.550 ± 0.004 1.543 1.558 1.00
head poseidon_integration_benchmark 1.551 ± 0.005 1.541 1.561 1.00 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 2.952 ± 0.007 2.940 2.960 1.00
head secp_integration_benchmark 2.955 ± 0.010 2.942 2.977 1.00 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base set_integration_benchmark 1.655 ± 0.004 1.647 1.664 1.00
head set_integration_benchmark 1.658 ± 0.011 1.648 1.686 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 6.996 ± 0.020 6.982 7.033 1.00 ± 0.00
head uint256_integration_benchmark 6.988 ± 0.016 6.971 7.017 1.00

@MegaRedHand MegaRedHand added this pull request to the merge queue Jun 23, 2023
Merged via the queue into main with commit 6680f38 Jun 23, 2023
@MegaRedHand MegaRedHand deleted the ping-readme-path branch June 23, 2023 19:28
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.

4 participants