Skip to content

Commit

Permalink
set num vars from 12-20
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed Nov 10, 2023
1 parent d1fdc2c commit a577496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poly-commit/benches/brakedown_ml_times.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ fn rand_point_brakedown_ml<F: PrimeField>(num_vars: usize, rng: &mut ChaCha20Rng
(0..num_vars).map(|_| F::rand(rng)).collect()
}

const MIN_NUM_VARS: usize = 10;
const MAX_NUM_VARS: usize = 20;
const MIN_NUM_VARS: usize = 12;
const MAX_NUM_VARS: usize = 22;

bench!(
Brakedown<Fr>,
Expand Down

0 comments on commit a577496

Please sign in to comment.