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