mirror of
https://github.com/vacp2p/zk-explorations.git
synced 2026-01-08 05:24:03 -05:00
specify the case
This commit is contained in:
@@ -98,8 +98,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!(
|
||||
"Nova Bellman SNARK::len {:?} bytes",
|
||||
snark_encoded.len()
|
||||
"Nova Bellman SNARK::len {:?} bytes for case {:?}",
|
||||
snark_encoded.len(),
|
||||
num_steps
|
||||
);
|
||||
|
||||
group.bench_function("Verify", |b| {
|
||||
|
||||
Reference in New Issue
Block a user