Skip to content

Commit

Permalink
uncomment bn254
Browse files Browse the repository at this point in the history
  • Loading branch information
umadayal committed Oct 8, 2024
1 parent 7fe8cca commit 805bbd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/perf/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ fn main() {
let (wrapped_bn254_proof, wrap_duration) =
time_operation(|| server.wrap_bn254(shrink_proof).unwrap());

let (_, verify_wrap_duration) =
time_operation(|| prover.verify_wrap_bn254(&wrapped_bn254_proof, &vk));
// TODO: Verify wrapped bn254 proofs.
// let (_, verify_wrap_duration) =
// time_operation(|| prover.verify_wrap_bn254(&wrapped_bn254_proof, &vk));

let result = PerfResult {
cycles,
Expand Down

0 comments on commit 805bbd6

Please sign in to comment.