diff options
Diffstat (limited to 'test/string/trie.cpp')
| -rw-r--r-- | test/string/trie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/trie.cpp b/test/string/trie.cpp index 45d89cf..1ea5b1a 100644 --- a/test/string/trie.cpp +++ b/test/string/trie.cpp @@ -54,5 +54,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
