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