Add more batch sizes to benchmarks.

This commit is contained in:
Isis Lovecruft 2018-07-27 18:28:17 +00:00
parent 468acd8f1f
commit 1b702a3fe1
Failed to extract signature

View file

@ -59,7 +59,7 @@ mod ed25519_benches {
}
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(
"Ed25519 batch signature verification",