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