-
Notifications
You must be signed in to change notification settings - Fork 24
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
Produce benchmark reports #218
Comments
|
The batch verification code in #222 runs benchmarks with the following paramters: celo-bls-snark-rs/crates/bls-crypto/benches/batch_bls.rs Lines 12 to 17 in 13cc566
These are NOT real benchmark results, they came from my laptop while doing other things, but the general shape is clear. Aggregate screening is faster than batch verification but does not provide the same security guarantees. Batch verification remains much, much faster than individually verifying signatures. "per epoch aggregate" adds the signatures together for one epoch
|
I'll close this issue now but we can post more benchmarks in the future, for further optimization work or other modes. |
No description provided.
The text was updated successfully, but these errors were encountered: