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