mirror of
https://github.com/vacp2p/zk-explorations.git
synced 2026-01-08 05:24:03 -05:00
show specific case
This commit is contained in:
@@ -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(|| {
|
||||
|
||||
Reference in New Issue
Block a user