diff options
Diffstat (limited to 'test/other/fastSubsetSum.cpp')
| -rw-r--r-- | test/other/fastSubsetSum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/fastSubsetSum.cpp b/test/other/fastSubsetSum.cpp index c61b1ea..ea40184 100644 --- a/test/other/fastSubsetSum.cpp +++ b/test/other/fastSubsetSum.cpp @@ -44,6 +44,6 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
