mirror of
https://github.com/vacp2p/zk-explorations.git
synced 2026-01-09 20:17:59 -05:00
fix typo
This commit is contained in:
@@ -102,7 +102,7 @@ fn bench_recursive_snark_verify(c: &mut Criterion) {
|
||||
.unwrap();
|
||||
let proof = transcript.finalize();
|
||||
|
||||
group.bench_function("Prove", |b| {
|
||||
group.bench_function("Verify", |b| {
|
||||
b.iter(|| {
|
||||
// validate proof before caching
|
||||
assert!({
|
||||
|
||||
Reference in New Issue
Block a user