summaryrefslogtreecommitdiff
path: root/test/datastructures/lichao.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/datastructures/lichao.cpp')
-rw-r--r--test/datastructures/lichao.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/datastructures/lichao.cpp b/test/datastructures/lichao.cpp
index f4b797b..9cf770f 100644
--- a/test/datastructures/lichao.cpp
+++ b/test/datastructures/lichao.cpp
@@ -71,5 +71,5 @@ int main() {
stress_test(100);
stress_test(1'000);
stress_test(1'000'000);
- performance_test();
+ if (!sanitize) performance_test();
}