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