diff options
Diffstat (limited to 'test/graph/LCA_sparse.cpp')
| -rw-r--r-- | test/graph/LCA_sparse.cpp | 2 |
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(); } |
