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 for proving & verification processes #44

Merged
merged 4 commits into from
Nov 29, 2021
Merged

Conversation

CPerezz
Copy link
Contributor

@CPerezz CPerezz commented Nov 29, 2021

Resolves: #12

For now, they use `Bls12_381` and `jubjub`.
Hopefully we can extend them in the future, which shouldn't be
complicated.

Resolves: #12
@CPerezz CPerezz changed the title [WIP] Add benchmarks for proving & verification processes Add benchmarks for proving & verification processes Nov 29, 2021
@CPerezz CPerezz marked this pull request as ready for review November 29, 2021 17:37
@CPerezz CPerezz requested a review from davidnevadoc November 29, 2021 17:37
Copy link
Collaborator

@davidnevadoc davidnevadoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@CPerezz CPerezz merged commit 33b8b74 into master Nov 29, 2021
@CPerezz CPerezz deleted the benches branch November 29, 2021 22:56
tsunrise pushed a commit to tsunrise/plonk that referenced this pull request Dec 1, 2021
* Add `criterion` and bench profile in Cargo.toml

* Add criterion benchmarks for Proving & Verification

For now, they use `Bls12_381` and `jubjub`.
Hopefully we can extend them in the future, which shouldn't be
complicated.

* Add bench results to README.md

Resolves: ZK-Garage#12
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 for the crate
2 participants