specify the case

This commit is contained in:
Rostyslav Tyshko
2024-04-11 14:31:39 +02:00
parent efa24b455a
commit c9555e848a

View File

@@ -137,8 +137,9 @@ fn bench_recursive_snark_verify(c: &mut Criterion) {
bincode::serialize_into(&mut encoder, &recursive_snark).unwrap();
let snark_encoded = encoder.finish().unwrap();
println!(
"Nova Circom SNARK::len {:?} bytes",
snark_encoded.len()
"Nova Circom SNARK::len {:?} bytes for case {:?}",
snark_encoded.len(),
k
);
group.bench_function("Verify", |b| {