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

Add benchmarks to test-curves #354

Merged
merged 2 commits into from
Jan 7, 2022
Merged

Commits on Nov 24, 2021

  1. Add benchmarks to test-curves

    The added benchmarks will measure Field, SquareRootField, AffineCurve
    and ProjectiveCurve for `test-curves` implementations that are
    bls12-381, mnt4-753 and bn384.
    
    It will also cover `test-curves` `BigInteger` implementations.
    
    It also fixes the benchmarks in `poly-benches` that aren't running due
    to duplicated benchmark IDs for a same given group.
    
    Closes #353
    vlopes11 committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    a9fdb46 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    8e98ae6 View commit details
    Browse the repository at this point in the history