Skip to content

Commit

Permalink
refactor(storage-proofs): include function in criterion_group
Browse files Browse the repository at this point in the history
The function `pedersen_md_circuit_benchmark` is defined but not used,
it appears that this function should be added to the `criterion_group`
marcro call.

Found by clippy.
  • Loading branch information
tcharding committed Jun 16, 2020
1 parent 2dd0448 commit 889f4ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage-proofs/core/benches/pedersen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,6 @@ criterion_group!(
pedersen_benchmark,
pedersen_md_benchmark,
pedersen_circuit_benchmark,
pedersen_md_circuit_benchmark,
);
criterion_main!(benches);

0 comments on commit 889f4ad

Please sign in to comment.