File: disable-benches.patch

package info (click to toggle)
rust-async-io 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 396 kB
  • sloc: makefile: 2
file content (42 lines) | stat: -rw-r--r-- 764 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
39
40
41
42
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -78,15 +78,15 @@
 name = "timer"
 path = "tests/timer.rs"
 
-[[bench]]
-name = "io"
-path = "benches/io.rs"
-harness = false
-
-[[bench]]
-name = "timer"
-path = "benches/timer.rs"
-harness = false
+#[[bench]]
+#name = "io"
+#path = "benches/io.rs"
+#harness = false
+
+#[[bench]]
+#name = "timer"
+#path = "benches/timer.rs"
+#harness = false
 
 [dependencies.async-lock]
 version = "3"
@@ -137,10 +137,10 @@
 [dev-dependencies.blocking]
 version = "1"
 
-[dev-dependencies.criterion]
-version = "0.5"
-features = ["cargo_bench_support"]
-default-features = false
+#[dev-dependencies.criterion]
+#version = "0.5"
+#features = ["cargo_bench_support"]
+#default-features = false
 
 [dev-dependencies.getrandom]
 version = "0.2"