File: disable-bench.patch

package info (click to toggle)
rust-quinn 0.11.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 620 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,7 +65,7 @@
 name = "many_connections"
 path = "tests/many_connections.rs"
 
-[[bench]]
+[[disabled.bench]]
 name = "bench"
 path = "benches/bench.rs"
 harness = false