mirror of
https://github.com/vacp2p/zk-explorations.git
synced 2026-01-09 20:17:59 -05:00
show results
This commit is contained in:
@@ -102,6 +102,12 @@ fn bench_recursive_snark_verify(c: &mut Criterion) {
|
||||
.unwrap();
|
||||
let proof = transcript.finalize();
|
||||
|
||||
println!(
|
||||
"Halo2 SHPLONK SNARK::len {:?} bytes for case {:?}",
|
||||
proof.len(),
|
||||
k
|
||||
);
|
||||
|
||||
group.bench_function("Verify", |b| {
|
||||
b.iter(|| {
|
||||
// validate proof before caching
|
||||
|
||||
Reference in New Issue
Block a user