diff options
Diffstat (limited to 'test/other/josephusK.cpp')
| -rw-r--r-- | test/other/josephusK.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/josephusK.cpp b/test/other/josephusK.cpp index 1a5aa9d..dab291b 100644 --- a/test/other/josephusK.cpp +++ b/test/other/josephusK.cpp @@ -38,6 +38,6 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
