diff options
Diffstat (limited to 'test/math/gauss.cpp')
| -rw-r--r-- | test/math/gauss.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/gauss.cpp b/test/math/gauss.cpp index 6e4759d..167aa62 100644 --- a/test/math/gauss.cpp +++ b/test/math/gauss.cpp @@ -114,5 +114,5 @@ void performance_test() { int main() { test_tiny(); stress_test_inv(); - performance_test(); + if (!sanitize) performance_test(); } |
