Skip to content

Commit

Permalink
update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
kitounliu committed Jul 28, 2023
1 parent ebb41df commit f99b0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/dkg_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mod dkg_benches {

let dkg_params =
DkgMemberParams::<THRESHOLD, NUMBER_OF_MEMBERS>::new(1, &pks, &mut rng).unwrap();
let circuit = dkg_params.get_circuit();
let circuit = dkg_params.get_circuit(&mut rng);
let instance = dkg_params.get_instance();
let instance_ref = instance.iter().map(|i| i.as_slice()).collect::<Vec<_>>();

Expand Down

0 comments on commit f99b0b8

Please sign in to comment.