show specific case

This commit is contained in:
Rostyslav Tyshko
2024-04-11 14:07:45 +02:00
parent edebdfd61c
commit c89fc9d950

View File

@@ -123,9 +123,10 @@ fn bench_recursive_snark_verify(c: &mut Criterion) {
let proof = transcript.finalize();
println!(
"Halo2 GWC SNARK::len {:?} bytes",
proof.len()
);
"Halo2 GWC SNARK::len {:?} bytes for case {:?}",
proof.len(),
k
);
group.bench_function("Verify", |b| {
b.iter(|| {