File: disable-benches.patch

package info (click to toggle)
rust-bytes 1.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 616 kB
  • sloc: sh: 24; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (2)
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
Forwarded: not-needed
Last-Update: 2024-10-10
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -94,3 +94,3 @@
-[[bench]]
-name = "buf"
-path = "benches/buf.rs"
+#[[bench]]
+#name = "buf"
+#path = "benches/buf.rs"
@@ -98,3 +98,3 @@
-[[bench]]
-name = "bytes"
-path = "benches/bytes.rs"
+#[[bench]]
+#name = "bytes"
+#path = "benches/bytes.rs"
@@ -102,3 +102,3 @@
-[[bench]]
-name = "bytes_mut"
-path = "benches/bytes_mut.rs"
+#[[bench]]
+#name = "bytes_mut"
+#path = "benches/bytes_mut.rs"