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

bls: Add bls mul and msm benchmark tests for long inputs #1045

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rodiazet
Copy link
Collaborator

@rodiazet rodiazet commented Oct 9, 2024

  • Implements bls msm and mul test input generator.
  • Add bls msm and mulbenchmarks

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 0% with 33 lines in your changes missing coverage. Please review.

Project coverage is 94.02%. Comparing base (8e4a055) to head (164d167).

Files with missing lines Patch % Lines
test/precompiles_bench/bls_bench_input.cpp 0.00% 22 Missing ⚠️
test/precompiles_bench/precompiles_bench.cpp 0.00% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1045      +/-   ##
==========================================
- Coverage   94.21%   94.02%   -0.19%     
==========================================
  Files         153      154       +1     
  Lines       15934    15966      +32     
==========================================
  Hits        15012    15012              
- Misses        922      954      +32     
Flag Coverage Δ
eof_execution_spec_tests 17.50% <0.00%> (-0.04%) ⬇️
ethereum_tests 27.29% <0.00%> (-0.06%) ⬇️
ethereum_tests_silkpre 19.11% <0.00%> (-0.04%) ⬇️
execution_spec_tests 20.41% <0.00%> (-0.05%) ⬇️
unittests 88.83% <0.00%> (-0.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
test/precompiles_bench/precompiles_bench.cpp 0.00% <0.00%> (ø)
test/precompiles_bench/bls_bench_input.cpp 0.00% <0.00%> (ø)

@rodiazet rodiazet force-pushed the bls-bench branch 4 times, most recently from a33c065 to 864afd1 Compare October 9, 2024 10:52
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.

1 participant