diff options
Diffstat (limited to 'test/graph/pushRelabel.cpp')
| -rw-r--r-- | test/graph/pushRelabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/graph/pushRelabel.cpp b/test/graph/pushRelabel.cpp index ac3b079..00a73d1 100644 --- a/test/graph/pushRelabel.cpp +++ b/test/graph/pushRelabel.cpp @@ -57,5 +57,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
