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