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

feat(bench): add ec criterion benches for bls12_377 and bls12_381 #677

Merged
merged 16 commits into from
Mar 6, 2024

Conversation

PatStiles
Copy link
Collaborator

TITLE

Description

Expand ec criterion benches.

Type of change

  • New feature

Checklist

  • Benchmarks added/run

@PatStiles PatStiles requested review from schouhy, ajgara and a team as code owners November 10, 2023 01:59
@codecov-commenter
Copy link

codecov-commenter commented Nov 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b04f7c3) 94.40% compared to head (27f41dc) 94.38%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #677      +/-   ##
==========================================
- Coverage   94.40%   94.38%   -0.03%     
==========================================
  Files         148      148              
  Lines       34118    34118              
==========================================
- Hits        32210    32201       -9     
- Misses       1908     1917       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PatStiles PatStiles force-pushed the feat/curve_bench branch 2 times, most recently from 34b2860 to 74e3126 Compare November 24, 2023 17:21
@MauroToscano
Copy link
Collaborator

There are a lot of #[allow(dead_code)], they shouldn't be needed in public functions

@PatStiles
Copy link
Collaborator Author

@MauroToscano removed. clippy flagged the function headers for the individual *_elliptic_curve_benchmarks so I did not remove them.

@MauroToscano MauroToscano self-requested a review March 6, 2024 21:46
@MauroToscano MauroToscano enabled auto-merge March 6, 2024 21:51
@MauroToscano MauroToscano added this pull request to the merge queue Mar 6, 2024
Merged via the queue into lambdaclass:main with commit baff7f1 Mar 6, 2024
7 checks passed
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