File: no-benches.patch

package info (click to toggle)
rust-virtio-queue 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 492 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,2 @@
 
-[[bench]]
-name = "main"
-path = "benches/main.rs"
-harness = false
-
 [dependencies.log]
@@ -53,1 +47,1 @@
-[dev-dependencies.criterion]
+[disabled.dev-dependencies.criterion]