diff options
Diffstat (limited to 'test/math/linearRecurrenceNTT.cpp')
| -rw-r--r-- | test/math/linearRecurrenceNTT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/linearRecurrenceNTT.cpp b/test/math/linearRecurrenceNTT.cpp index e03c27e..ca7e29e 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(); } |
