Skip to content

Commit 82cbd47

Browse files
committed
chore: build less benchmark binaries
1 parent 34542d7 commit 82cbd47

6 files changed

Lines changed: 2 additions & 6 deletions

File tree

crates/precompile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ bn = ["dep:bn"]
123123

124124
[[bench]]
125125
name = "bench"
126-
path = "benches/bench.rs"
126+
path = "bench/main.rs"
127127
harness = false
128128
required-features = ["secp256k1"]
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
// `criterion_group!` throws the missing docs error.
21
#![allow(missing_docs)]
32
//! Benchmarks for the crypto precompiles
4-
/// `ecrecover` benchmarks
3+
54
pub mod ecrecover;
6-
/// `eip1962` benchmarks
75
pub mod eip1962;
8-
/// `eip2537` benchmarks
96
pub mod eip2537;
10-
/// `eip4844` benchmarks
117
pub mod eip4844;
128

139
use criterion::{criterion_group, criterion_main, Criterion};

0 commit comments

Comments
 (0)