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