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