Skip to content

Commit a06dbbb

Browse files
committed
f: benches folder
1 parent 4eb332c commit a06dbbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,4 @@ check-cfg = [
152152

153153
[[bench]]
154154
name = "payments"
155-
path = "tests/benchmarks.rs"
156-
harness = false
155+
harness = false
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[path = "../tests/common/mod.rs"]
12
mod common;
23

34
use std::time::Instant;

0 commit comments

Comments
 (0)