summaryrefslogtreecommitdiff
path: root/test/graph/LCA_sparse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/graph/LCA_sparse.cpp')
-rw-r--r--test/graph/LCA_sparse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/graph/LCA_sparse.cpp b/test/graph/LCA_sparse.cpp
index f6eb345..f5b023f 100644
--- a/test/graph/LCA_sparse.cpp
+++ b/test/graph/LCA_sparse.cpp
@@ -59,5 +59,5 @@ void performance_test() {
int main() {
stress_test();
- performance_test();
+ if (!sanitize) performance_test();
}