Skip to content

Commit 108980e

Browse files
committed
Changed benchmark to 128 for measuring against CP
1 parent cfcb442 commit 108980e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benches/perf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn apply_permutation_group(vec_a: Vec<G1Affine>, permutation: &Vec<u32>) -> Vec<
2626
fn benchmark_shuffle(c: &mut Criterion) {
2727
let mut rng = StdRng::seed_from_u64(0u64);
2828

29-
let N = 84;
29+
let N = 128;
3030
let N_BLINDERS = 4;
3131
let ell = N - N_BLINDERS;
3232

0 commit comments

Comments
 (0)