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 cf4efc7..7c1261f 100644 --- a/test/graph/scc.cpp +++ b/test/graph/scc.cpp @@ -65,5 +65,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
