diff options
Diffstat (limited to 'test/datastructures/sparseTableDisjoint.cpp')
| -rw-r--r-- | test/datastructures/sparseTableDisjoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/datastructures/sparseTableDisjoint.cpp b/test/datastructures/sparseTableDisjoint.cpp index 258f4db..d3f42ba 100644 --- a/test/datastructures/sparseTableDisjoint.cpp +++ b/test/datastructures/sparseTableDisjoint.cpp @@ -44,5 +44,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
