Skip to content

Commit

Permalink
Merge branch 'main' into gr@verify-api-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guorong009 committed Aug 26, 2024
2 parents 9fc59c1 + 26fc7c2 commit 02b8078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions halo2_proofs/benches/plonk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ fn criterion_benchmark(c: &mut Criterion) {
params,
pk,
&[circuit],
&[vec![vec![]]],
&[vec![]],
rng,
&mut transcript,
)
Expand All @@ -301,7 +301,7 @@ fn criterion_benchmark(c: &mut Criterion) {
assert!(verify_proof_multi::<_, _, _, _, SingleStrategy<_>>(
params,
vk,
&[vec![vec![]]],
&[vec![]],
&mut transcript
));
}
Expand Down

0 comments on commit 02b8078

Please sign in to comment.