specify the case

This commit is contained in:
Rostyslav Tyshko 2024-04-11 14:26:10 +02:00
parent b61b10766b
commit 7f1764c236
1 changed files with 3 additions and 2 deletions

View File

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