mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add more batch sizes to benchmarks.
This commit is contained in:
parent
468acd8f1f
commit
1b702a3fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ mod ed25519_benches {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn verify_batch_signatures(c: &mut Criterion) {
|
fn verify_batch_signatures(c: &mut Criterion) {
|
||||||
static BATCH_SIZES: [u8; 6] = [4, 8, 16, 32, 64, 96];
|
static BATCH_SIZES: [u8; 6] = [4, 8, 16, 32, 64, 96, 128, 256];
|
||||||
|
|
||||||
c.bench_function_over_inputs(
|
c.bench_function_over_inputs(
|
||||||
"Ed25519 batch signature verification",
|
"Ed25519 batch signature verification",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue