From 9ed51634d954a3c62880980d1b6b7eef44541d1e Mon Sep 17 00:00:00 2001 From: aniampio Date: Fri, 24 Nov 2023 17:36:33 +0000 Subject: [PATCH] Remove old bench file from cargo --- common/nym_offline_compact_ecash/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/nym_offline_compact_ecash/Cargo.toml b/common/nym_offline_compact_ecash/Cargo.toml index 3a0d40a8cb..ad1dc6f202 100644 --- a/common/nym_offline_compact_ecash/Cargo.toml +++ b/common/nym_offline_compact_ecash/Cargo.toml @@ -35,11 +35,6 @@ name = "benchmarks_group_operations" path = "benches/benchmarks_group_operations.rs" harness = false -[[bench]] -name = "benchmarks" -path = "benches/benchmarks.rs" -harness = false - [[bench]] name = "benchmarks_expiration_date_signatures" path = "benches/benchmarks_expiration_date_signatures.rs"