Introduce "benches" feature

So that benchmarks don't run each time tests run
This commit is contained in:
Paul Hauner
2018-09-29 13:01:33 +09:30
parent 7c88f94377
commit e0e8aa98f4
3 changed files with 4 additions and 3 deletions

View File

@@ -36,3 +36,6 @@ ring = { git = "https://github.com/paritytech/ring" }
[[bin]]
path = "lighthouse/main.rs"
name = "lighthouse"
[features]
benches = []