1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: avoid benches
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-11-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@
categories = ["data-structures", "hardware-support"]
edition = "2018"
license = "Zlib OR Apache-2.0 OR MIT"
+autobenches = false
# When updating, also update CI workflows and the badge in the README.
rust-version = "1.89"
@@ -28,8 +29,3 @@
[dev-dependencies]
bincode = { version = "1.3.3" }
-criterion = { version = "0.7.0" }
-
-[[bench]]
-name = "fma_benchmarks"
-harness = false
|