diff options
Diffstat (limited to 'test/datastructures/sparseTable.cpp')
| -rw-r--r-- | test/datastructures/sparseTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/datastructures/sparseTable.cpp b/test/datastructures/sparseTable.cpp index 843e962..078f336 100644 --- a/test/datastructures/sparseTable.cpp +++ b/test/datastructures/sparseTable.cpp @@ -47,5 +47,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
