mirror of
https://github.com/vacp2p/zk-explorations.git
synced 2026-01-08 21:38:12 -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();
|
bincode::serialize_into(&mut encoder, &recursive_snark.0).unwrap();
|
||||||
let snark_encoded = encoder.finish().unwrap();
|
let snark_encoded = encoder.finish().unwrap();
|
||||||
println!(
|
println!(
|
||||||
"Nova Bellman SNARK::len {:?} bytes",
|
"Nova Bellman SNARK::len {:?} bytes for case {:?}",
|
||||||
snark_encoded.len()
|
snark_encoded.len(),
|
||||||
|
num_steps
|
||||||
);
|
);
|
||||||
|
|
||||||
group.bench_function("Verify", |b| {
|
group.bench_function("Verify", |b| {
|
||||||
|
|||||||
Reference in New Issue
Block a user