File: disable-benches.patch

package info (click to toggle)
rust-maxminddb 0.24.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 216 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 475 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
26
27
28
29
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,2 +40,3 @@
 repository = "https://github.com/oschwald/maxminddb-rust"
+autobenches = false
 
@@ -45,5 +46,5 @@
 
-[[bench]]
-name = "lookup"
-harness = false
+#[[bench]]
+#name = "lookup"
+#harness = false
 
@@ -66,4 +67,4 @@
 
-[dev-dependencies.criterion]
-version = "0.5"
+#[dev-dependencies.criterion]
+#version = "0.5"
 
@@ -72,4 +73,4 @@
 
-[dev-dependencies.fake]
-version = "2.4"
+#[dev-dependencies.fake]
+#version = "2.4"