Skip to content

Commit

Permalink
actually run the bench :))))))
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron1024 committed Oct 3, 2023
1 parent bfe69e1 commit f19d1f1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion noir/benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,11 @@ fn slice_to_input(slice: &[u8]) -> InputValue {
InputValue::Vec(vec)
}

benchy::main!("noir", assert, fibonacci, sha256, merkle_membership);
benchy::main!(
"noir",
assert,
fibonacci,
sha256,
merkle_membership,
merkle_insert
);

0 comments on commit f19d1f1

Please sign in to comment.