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