From 490a94105e4355cc0221be49bf007f67423eaffe Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Fri, 22 May 2020 16:51:04 +0300 Subject: [PATCH] Two more zeros in performance test --- tests/performance/point_in_polygon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/point_in_polygon.xml b/tests/performance/point_in_polygon.xml index 06e59f13a13..b15fecbbfb0 100644 --- a/tests/performance/point_in_polygon.xml +++ b/tests/performance/point_in_polygon.xml @@ -4,7 +4,7 @@ INSERT INTO polygons WITH number + 1 AS radius SELECT [arrayMap(x -> (cos(x / 90. * pi()) * radius, sin(x / 90. * pi()) * radius), range(180))] - FROM numbers(1000) + FROM numbers(100000) SELECT pointInPolygon((100, 100), polygon) FROM polygons