File: disable-benches.diff

package info (click to toggle)
rust-rustix 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,336 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 570 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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -150,10 +150,10 @@
 name = "rustix"
 path = "src/lib.rs"
 
-[[bench]]
-name = "mod"
-path = "benches/mod.rs"
-harness = false
+#[[bench]]
+#name = "mod"
+#path = "benches/mod.rs"
+#harness = false
 
 [dependencies.bitflags]
 version = "2.4.0"
@@ -202,4 +202,4 @@
 
-[target.'cfg(all(criterion, not(any(target_os = "emscripten", target_os = "wasi"))))'.dev-dependencies.criterion]
-version = "0.4"
+#[target.'cfg(all(criterion, not(any(target_os = "emscripten", target_os = "wasi"))))'.dev-dependencies.criterion]
+#version = "0.4"