mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
This is what happens when you have separate machines for benchmarks and
committing code.
This commit is contained in:
parent
1b702a3fe1
commit
c700a2b5e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue