summaryrefslogtreecommitdiff
path: root/test/other/knuth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/other/knuth.cpp')
-rw-r--r--test/other/knuth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/knuth.cpp b/test/other/knuth.cpp
index aaf5059..3d6cb9b 100644
--- a/test/other/knuth.cpp
+++ b/test/other/knuth.cpp
@@ -98,6 +98,6 @@ void performance_test() {
int main() {
stress_test();
- performance_test();
+ if (!sanitize) performance_test();
}