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

Fix rvm typo #1440

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Fix rvm typo #1440

merged 1 commit into from
Sep 6, 2023

Conversation

Juan-M-V
Copy link
Contributor

@Juan-M-V Juan-M-V commented Sep 6, 2023

Fix README typo

Description

cairo-rvm-cli -> cairo-vm-cli

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.

@Juan-M-V Juan-M-V added the pipelines This PR/issue is exclusively about improving our CI label Sep 6, 2023
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #1440 (96bfd11) into main (d120c9b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1440   +/-   ##
=======================================
  Coverage   96.98%   96.98%           
=======================================
  Files          93       93           
  Lines       38544    38544           
=======================================
  Hits        37382    37382           
  Misses       1162     1162           

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

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 3.713 ± 0.021 3.677 3.748 1.01 ± 0.01
head big_factorial 3.685 ± 0.013 3.669 3.710 1.00
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 3.208 ± 0.020 3.168 3.228 1.01 ± 0.01
head big_fibonacci 3.188 ± 0.023 3.138 3.215 1.00
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 9.106 ± 0.056 9.056 9.199 1.01 ± 0.01
head blake2s_integration_benchmark 9.045 ± 0.078 8.914 9.209 1.00
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 3.256 ± 0.017 3.239 3.300 1.00 ± 0.01
head compare_arrays_200000 3.253 ± 0.019 3.232 3.295 1.00
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 2.194 ± 0.015 2.163 2.214 1.00
head dict_integration_benchmark 2.236 ± 0.013 2.218 2.253 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.691 ± 0.010 1.684 1.714 1.01 ± 0.01
head field_arithmetic_get_square_benchmark 1.680 ± 0.012 1.663 1.705 1.00
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 8.996 ± 0.032 8.920 9.027 1.00
head integration_builtins 9.017 ± 0.064 8.960 9.163 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 9.236 ± 0.086 9.127 9.368 1.00 ± 0.01
head keccak_integration_benchmark 9.204 ± 0.076 9.138 9.363 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 3.301 ± 0.047 3.269 3.430 1.01 ± 0.02
head linear_search 3.283 ± 0.050 3.239 3.411 1.00
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 2.357 ± 0.014 2.337 2.378 1.00
head math_cmp_and_pow_integration_benchmark 2.368 ± 0.013 2.351 2.392 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 2.149 ± 0.018 2.128 2.184 1.00 ± 0.01
head math_integration_benchmark 2.141 ± 0.011 2.128 2.158 1.00
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 1.891 ± 0.024 1.859 1.939 1.00
head memory_integration_benchmark 1.893 ± 0.018 1.875 1.935 1.00 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 2.098 ± 0.033 2.049 2.181 1.00
head operations_with_data_structures_benchmarks 2.103 ± 0.009 2.091 2.120 1.00 ± 0.02
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 786.6 ± 2.3 783.9 791.3 1.00
head pedersen 788.7 ± 3.7 784.6 795.6 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base poseidon_integration_benchmark 1.527 ± 0.008 1.519 1.540 1.00 ± 0.01
head poseidon_integration_benchmark 1.521 ± 0.009 1.514 1.543 1.00
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 2.572 ± 0.010 2.559 2.586 1.00 ± 0.01
head secp_integration_benchmark 2.567 ± 0.014 2.539 2.587 1.00
Command Mean [s] Min [s] Max [s] Relative
base set_integration_benchmark 1.355 ± 0.019 1.343 1.408 1.00
head set_integration_benchmark 1.381 ± 0.043 1.344 1.444 1.02 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 5.948 ± 0.016 5.919 5.974 1.00 ± 0.01
head uint256_integration_benchmark 5.944 ± 0.038 5.899 6.037 1.00

@Juan-M-V Juan-M-V added this pull request to the merge queue Sep 6, 2023
Merged via the queue into main with commit 2b11e1d Sep 6, 2023
@Juan-M-V Juan-M-V deleted the fix-readme-typo branch September 6, 2023 15:45
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