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

Conversation

vlopes11
Copy link
Member

@vlopes11 vlopes11 commented Nov 24, 2021

Description

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


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (master)
  • Linked to GitHub issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Wrote unit tests (Not applicable, benchmarking)
  • Updated relevant documentation in the code
  • Added a relevant changelog entry to the Pending section in CHANGELOG.md
  • Re-reviewed Files changed in the GitHub PR explorer

@vlopes11 vlopes11 self-assigned this Nov 24, 2021
@vlopes11 vlopes11 force-pushed the vlopes11/bench-test-curves branch 4 times, most recently from 3a888b6 to a9fdb46 Compare November 24, 2021 22:19
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
@weikengchen weikengchen merged commit dd96c8a into master Jan 7, 2022
@weikengchen weikengchen deleted the vlopes11/bench-test-curves branch January 7, 2022 20:10
@Pratyush
Copy link
Member

Pratyush commented Jan 7, 2022

Hm I think the aim was to move the existing benchmark templates from curves to here, instead of adding new benchmarks here. Should we revert this PR in the meanwhile?

@weikengchen
Copy link
Member

Then let us revert this PR.

Pratyush added a commit that referenced this pull request Jan 7, 2022
@Pratyush Pratyush restored the vlopes11/bench-test-curves branch January 7, 2022 22:20
@Pratyush Pratyush deleted the vlopes11/bench-test-curves branch October 26, 2022 20:46
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.

Add benchmarks to test-curves
3 participants