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

Pub FileWriter #1379

Closed
wants to merge 2 commits into from
Closed

Pub FileWriter #1379

wants to merge 2 commits into from

Conversation

mmsc2
Copy link
Contributor

@mmsc2 mmsc2 commented Aug 15, 2023

TITLE

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.

@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #1379 (7e0bc74) into main (030b7eb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1379   +/-   ##
=======================================
  Coverage   97.49%   97.49%           
=======================================
  Files          93       93           
  Lines       37857    37857           
=======================================
  Hits        36907    36907           
  Misses        950      950           
Files Changed Coverage Δ
cairo-vm-cli/src/main.rs 93.57% <ø> (ø)

📣 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 big_factorial 4.081 ± 0.022 4.065 4.136 1.00
head big_factorial 4.093 ± 0.018 4.065 4.120 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 3.475 ± 0.018 3.458 3.512 1.00 ± 0.01
head big_fibonacci 3.468 ± 0.010 3.457 3.489 1.00
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 9.630 ± 0.024 9.610 9.690 1.01 ± 0.00
head blake2s_integration_benchmark 9.581 ± 0.022 9.557 9.620 1.00
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 3.530 ± 0.010 3.519 3.551 1.00
head compare_arrays_200000 3.560 ± 0.007 3.550 3.569 1.01 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 2.335 ± 0.009 2.323 2.353 1.00
head dict_integration_benchmark 2.335 ± 0.005 2.329 2.345 1.00 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.718 ± 0.004 1.711 1.722 1.00
head field_arithmetic_get_square_benchmark 1.719 ± 0.006 1.713 1.733 1.00 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 9.492 ± 0.069 9.436 9.630 1.00
head integration_builtins 9.524 ± 0.063 9.497 9.702 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 9.772 ± 0.070 9.733 9.965 1.00
head keccak_integration_benchmark 9.811 ± 0.290 9.693 10.634 1.00 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base linear_search 3.553 ± 0.011 3.540 3.570 1.00
head linear_search 3.587 ± 0.086 3.543 3.830 1.01 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 2.568 ± 0.005 2.562 2.576 1.00
head math_cmp_and_pow_integration_benchmark 2.569 ± 0.003 2.565 2.575 1.00 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 2.297 ± 0.004 2.292 2.304 1.00
head math_integration_benchmark 2.300 ± 0.007 2.290 2.310 1.00 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 2.042 ± 0.006 2.035 2.055 1.00
head memory_integration_benchmark 2.053 ± 0.007 2.044 2.064 1.01 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 2.255 ± 0.004 2.249 2.260 1.00 ± 0.00
head operations_with_data_structures_benchmarks 2.254 ± 0.003 2.249 2.259 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 837.3 ± 0.8 835.8 838.5 1.00 ± 0.00
head pedersen 837.2 ± 1.0 835.8 838.8 1.00
Command Mean [s] Min [s] Max [s] Relative
base poseidon_integration_benchmark 1.483 ± 0.004 1.477 1.489 1.00
head poseidon_integration_benchmark 1.486 ± 0.005 1.480 1.493 1.00 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 2.741 ± 0.018 2.728 2.781 1.00 ± 0.01
head secp_integration_benchmark 2.739 ± 0.020 2.720 2.792 1.00
Command Mean [s] Min [s] Max [s] Relative
base set_integration_benchmark 1.472 ± 0.003 1.468 1.477 1.00
head set_integration_benchmark 1.484 ± 0.004 1.474 1.489 1.01 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 6.301 ± 0.017 6.274 6.334 1.00
head uint256_integration_benchmark 6.317 ± 0.016 6.301 6.349 1.00 ± 0.00

@mmsc2 mmsc2 closed this Aug 16, 2023
@mmsc2 mmsc2 deleted the PubFileWriter branch August 16, 2023 18:27
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.

2 participants