This commit is contained in:
Rostyslav Tyshko
2024-04-11 14:05:37 +02:00
parent 329f0c373b
commit 7baf9a936f

View File

@@ -102,7 +102,7 @@ fn bench_recursive_snark_verify(c: &mut Criterion) {
.unwrap();
let proof = transcript.finalize();
group.bench_function("Prove", |b| {
group.bench_function("Verify", |b| {
b.iter(|| {
// validate proof before caching
assert!({