File: disable-bench.patch

package info (click to toggle)
rust-ordermap 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 700 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: ordermap/Cargo.toml
===================================================================
--- ordermap.orig/Cargo.toml
+++ ordermap/Cargo.toml
@@ -95,11 +95,11 @@ path = "tests/quick.rs"
 name = "tests"
 path = "tests/tests.rs"
 
-[[bench]]
+[[disabled.bench]]
 name = "bench"
 path = "benches/bench.rs"
 
-[[bench]]
+[[disabled.bench]]
 name = "faststring"
 path = "benches/faststring.rs"