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"
|