-
Notifications
You must be signed in to change notification settings - Fork 148
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
34b2860
to
74e3126
Compare
c019fab
to
a52de63
Compare
3c9b1a5
to
7a6a027
Compare
3e77b54
to
1702898
Compare
65d4774
to
9138279
Compare
There are a lot of #[allow(dead_code)], they shouldn't be needed in public functions |
5a3ce4c
to
e41ec10
Compare
@MauroToscano removed. clippy flagged the function headers for the individual *_elliptic_curve_benchmarks so I did not remove them. |
04a3534
to
04a63ed
Compare
TITLE
Description
Expand ec criterion benches.
Type of change
Checklist