diff options
Diffstat (limited to 'test/graph/kuhn.cpp')
| -rw-r--r-- | test/graph/kuhn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/graph/kuhn.cpp b/test/graph/kuhn.cpp index 8b7e13b..0a6a9a4 100644 --- a/test/graph/kuhn.cpp +++ b/test/graph/kuhn.cpp @@ -70,5 +70,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
