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