Skip to content
Snippets Groups Projects
Verified Commit 610024a9 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

fix setup

parent 409f3e3c
No related branches found
No related tags found
2 merge requests!69work on the benchmarks,!68Draft: reduce the number of loops and the warmup time of benchmarks
......@@ -32,7 +32,7 @@ where
|b| b.iter(|| zk::setup::<_, F, G>(degree, rng).unwrap()),
);
let setup = zk::setup::<_, F, G>(zk::nb_elements_in_setup::<F>(degree), rng).unwrap();
let setup = zk::setup::<_, F, G>(degree, rng).unwrap();
group.bench_function(
&format!(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment