We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb332c commit a06dbbbCopy full SHA for a06dbbb
Cargo.toml
@@ -152,5 +152,4 @@ check-cfg = [
152
153
[[bench]]
154
name = "payments"
155
-path = "tests/benchmarks.rs"
156
-harness = false
+harness = false
tests/benchmarks.rs benches/payments.rstests/benchmarks.rs renamed to benches/payments.rs
@@ -1,3 +1,4 @@
1
+#[path = "../tests/common/mod.rs"]
2
mod common;
3
4
use std::time::Instant;
0 commit comments