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