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