File: disable-benches.patch

package info (click to toggle)
rust-broot 1.51.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,956 kB
  • sloc: makefile: 20
file content (38 lines) | stat: -rw-r--r-- 687 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
26
27
28
29
30
31
32
33
34
35
36
37
38
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,22 +62,22 @@
 name = "search_strings"
 path = "tests/search_strings.rs"
 
-[[bench]]
+[[disable.bench]]
 name = "composite"
 path = "benches/composite.rs"
 harness = false
 
-[[bench]]
+[[disable.bench]]
 name = "fuzzy"
 path = "benches/fuzzy.rs"
 harness = false
 
-[[bench]]
+[[disable.bench]]
 name = "path_normalization"
 path = "benches/path_normalization.rs"
 harness = false
 
-[[bench]]
+[[disable.bench]]
 name = "toks"
 path = "benches/toks.rs"
 harness = false
@@ -245,7 +245,7 @@
 version = "0.5"
 optional = true
 
-[dev-dependencies.glassbench]
+[disable.dev-dependencies.glassbench]
 version = "0.4.4"
 
 [build-dependencies.clap]