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

p384: criterion benchmarks #588

Merged
merged 1 commit into from Jun 2, 2022
Merged

p384: criterion benchmarks #588

merged 1 commit into from Jun 2, 2022

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 2, 2022

I'd like to use these to measure performance changes if the fiat-crypto field implementations are converted to const fn,
specifically leveraging criterion's support to track percentages by which performance has increased/decreased.

Adapted from the benchmarks in the k256 crate.

I'd like to use these to measure performance changes if the
`fiat-crypto` field implementations are converted to `const fn`,
specifically leveraging criterion's support to track percentages by
which performance has increased/decreased.

Adapted from the benchmarks in the `k256` crate.
@tarcieri tarcieri merged commit c15c227 into master Jun 2, 2022
@tarcieri tarcieri deleted the p384/criterion-benchmarks branch June 2, 2022 15:46
tarcieri added a commit that referenced this pull request Jun 9, 2022
Adapts the benchmarks added in the `p384` crate in #588 to the `p256`
crate, with the goal of using them to measure the performance impact of
switching to fiat-crypto's arithmetic implementations.
tarcieri added a commit that referenced this pull request Jun 9, 2022
Adapts the benchmarks added in the `p384` crate in #588 to the `p256`
crate, with the goal of using them to measure the performance impact of
switching to fiat-crypto's arithmetic implementations.
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.

None yet

1 participant