File: disable-benches.patch

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