mirror of
https://github.com/vacp2p/zk-explorations.git
synced 2026-01-08 21:38:12 -05:00
show specific case
This commit is contained in:
@@ -123,8 +123,9 @@ 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| {
|
||||
|
||||
Reference in New Issue
Block a user