From e995f6a7444ebf0d5168497115cda38aafe0ffb0 Mon Sep 17 00:00:00 2001 From: "Jan Winkelmann (keks)" Date: Mon, 26 Aug 2024 10:59:19 +0200 Subject: [PATCH] disable libtest for benches in ./benchmarks/ --- benchmarks/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 3e9f3b781..21a2c3dc3 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -9,6 +9,9 @@ repository.workspace = true readme.workspace = true publish = false +[lib] +bench = false # so libtest doesn't eat the arguments for criterion + [dependencies] [dev-dependencies]