show results

This commit is contained in:
Rostyslav Tyshko
2024-04-11 14:07:15 +02:00
parent 7baf9a936f
commit 371697f380

View File

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