From 7293e6e9b01e255dc1adde9b7aa8b5666132cbdc Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Fri, 15 Jan 2021 18:19:35 +0100 Subject: bench: Disable libtest benchmark harness. - The libtest benchmark harness that is automatically added by cargo interferes with criterion. Disable it everywhere where there are no benchmarks. - https://github.com/rust-lang/rust/issues/47241 - https://bheisler.github.io/criterion.rs/book/faq.html --- store/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'store') diff --git a/store/Cargo.toml b/store/Cargo.toml index 57a82a1f..89763507 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -55,9 +55,11 @@ capnpc = "0.13" [lib] name = "sequoia_store" path = "src/lib.rs" +bench = false [[bin]] name = "sequoia-public-key-store" path = "src/server.rs" doc = false required-features = ["background-services"] +bench = false -- cgit v1.2.3