This is what happens when you have separate machines for benchmarks and

committing code.
This commit is contained in:
Isis Lovecruft 2018-07-27 19:17:03 +00:00
parent 1b702a3fe1
commit c700a2b5e4
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, 128, 256];
static BATCH_SIZES: [usize; 8] = [4, 8, 16, 32, 64, 96, 128, 256];
c.bench_function_over_inputs(
"Ed25519 batch signature verification",