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