File: 2002_no_bench.patch

package info (click to toggle)
rust-wide 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,280 kB
  • sloc: makefile: 2; sh: 1
file content (25 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
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