diff options
Diffstat (limited to 'test/math/transforms/fftMul.cpp')
| -rw-r--r-- | test/math/transforms/fftMul.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/transforms/fftMul.cpp b/test/math/transforms/fftMul.cpp index 7887a5e..38e7c73 100644 --- a/test/math/transforms/fftMul.cpp +++ b/test/math/transforms/fftMul.cpp @@ -57,6 +57,6 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
