diff options
Diffstat (limited to 'test/math/millerRabin.cpp')
| -rw-r--r-- | test/math/millerRabin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/millerRabin.cpp b/test/math/millerRabin.cpp index fd98586..18fad40 100644 --- a/test/math/millerRabin.cpp +++ b/test/math/millerRabin.cpp @@ -124,6 +124,6 @@ void performance_test() { int main() { extra_tests(); stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
