File: disable-benches.diff

package info (click to toggle)
rust-rustix 0.38.37-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,176 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,4 +76,4 @@
-[[bench]]
-name = "mod"
-path = "benches/mod.rs"
-harness = false
+#[[bench]]
+#name = "mod"
+#path = "benches/mod.rs"
+#harness = false
@@ -226,2 +226,2 @@
-[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"