summaryrefslogtreecommitdiff
path: root/test/math/transforms/ntt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/math/transforms/ntt.cpp')
-rw-r--r--test/math/transforms/ntt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/transforms/ntt.cpp b/test/math/transforms/ntt.cpp
index cd32073..533d086 100644
--- a/test/math/transforms/ntt.cpp
+++ b/test/math/transforms/ntt.cpp
@@ -34,6 +34,6 @@ void performance_test() {
int main() {
stress_test();
- performance_test();
+ if (!sanitize) performance_test();
}