summaryrefslogtreecommitdiff
path: root/test/geometry/sortAround.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/geometry/sortAround.cpp')
-rw-r--r--test/geometry/sortAround.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/geometry/sortAround.cpp b/test/geometry/sortAround.cpp
index a27edc8..abd803e 100644
--- a/test/geometry/sortAround.cpp
+++ b/test/geometry/sortAround.cpp
@@ -79,5 +79,5 @@ int main() {
test_tiny();
stress_test(100);
stress_test(1'000'000'000);
- performance_test();
+ if (!sanitize) performance_test();
}