diff options
Diffstat (limited to 'test/math/cycleDetection.cpp')
| -rw-r--r-- | test/math/cycleDetection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/cycleDetection.cpp b/test/math/cycleDetection.cpp index bf57aed..09480b1 100644 --- a/test/math/cycleDetection.cpp +++ b/test/math/cycleDetection.cpp @@ -42,6 +42,6 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
