benchmarks

This commit is contained in:
Jaremy Creechley 2024-04-24 16:50:54 +03:00
parent fd6fe2f469
commit a2244ecca4
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ proc runBenchmark(args: CircArgs) =
benchmark fmt"prover {$args}":
proof = circom.prove(proofInputs).tryGet
var varRes: bool
var verRes: bool
benchmark fmt"verify {$args}":
verRes = circom.verify(proof, proofInputs).tryGet
echo "verify result: ", verRes