File: disable_bench_tests.patch

package info (click to toggle)
rust-rustfft 6.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,140 kB
  • sloc: python: 203; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,241 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,54 +70,6 @@
 name = "accuracy"
 path = "tests/accuracy.rs"
 
-[[bench]]
-name = "bench_check_neon_2to1024"
-path = "benches/bench_check_neon_2to1024.rs"
-
-[[bench]]
-name = "bench_check_scalar_2to1024"
-path = "benches/bench_check_scalar_2to1024.rs"
-
-[[bench]]
-name = "bench_check_sse_2to1024"
-path = "benches/bench_check_sse_2to1024.rs"
-
-[[bench]]
-name = "bench_compare_scalar_neon"
-path = "benches/bench_compare_scalar_neon.rs"
-
-[[bench]]
-name = "bench_compare_scalar_sse_avx"
-path = "benches/bench_compare_scalar_sse_avx.rs"
-
-[[bench]]
-name = "bench_compare_scalar_wasm_simd"
-path = "benches/bench_compare_scalar_wasm_simd.rs"
-
-[[bench]]
-name = "bench_rustfft"
-path = "benches/bench_rustfft.rs"
-
-[[bench]]
-name = "bench_rustfft_neon"
-path = "benches/bench_rustfft_neon.rs"
-
-[[bench]]
-name = "bench_rustfft_scalar"
-path = "benches/bench_rustfft_scalar.rs"
-
-[[bench]]
-name = "bench_rustfft_sse"
-path = "benches/bench_rustfft_sse.rs"
-
-[[bench]]
-name = "bench_rustfft_wasm_simd"
-path = "benches/bench_rustfft_wasm_simd.rs"
-
-[[bench]]
-name = "compare_3n2m_strategies"
-path = "benches/compare_3n2m_strategies.rs"
-
 [dependencies.num-complex]
 version = "0.4"