show results

This commit is contained in:
Rostyslav Tyshko
2024-04-11 14:05:00 +02:00
parent 310badd15f
commit edebdfd61c

View File

@@ -122,6 +122,11 @@ fn bench_recursive_snark_verify(c: &mut Criterion) {
.unwrap();
let proof = transcript.finalize();
println!(
"Halo2 GWC SNARK::len {:?} bytes",
proof.len()
);
group.bench_function("Verify", |b| {
b.iter(|| {
// validate proof before caching