summaryrefslogtreecommitdiff
path: root/test/datastructures/treap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/datastructures/treap.cpp')
-rw-r--r--test/datastructures/treap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/datastructures/treap.cpp b/test/datastructures/treap.cpp
index d93e0f4..4f0fe03 100644
--- a/test/datastructures/treap.cpp
+++ b/test/datastructures/treap.cpp
@@ -81,5 +81,5 @@ int main() {
stress_test(10000, 10);
stress_test(1000, 100);
stress_test(100, 10000);
- performance_test();
+ if (!sanitize) performance_test();
}