From d8e99d75aabeaa3d5c1070e4d5052240b3bacbcd Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Tue, 8 Jan 2019 20:17:46 +0100 Subject: [PATCH] Update perftests with new geometries --- src/python/test/perftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/test/perftest.py b/src/python/test/perftest.py index ba3607f..75efbe5 100644 --- a/src/python/test/perftest.py +++ b/src/python/test/perftest.py @@ -25,7 +25,7 @@ for q in ( FROM (SELECT * FROM {schema}OBS_GetBoundariesByGeometry( st_makeenvelope(-74.1, 40.5, -73.8, 40.9, 4326), - 'us.census.tiger.census_tract_clipped')) foo + 'us.census.tiger.census_tract_2015_clipped')) foo ORDER BY ST_NPoints(the_geom) ASC LIMIT 1000''', 'DROP TABLE IF EXISTS obs_perftest_complex', @@ -42,7 +42,7 @@ for q in ( FROM (SELECT * FROM {schema}OBS_GetBoundariesByGeometry( st_makeenvelope(-75.05437469482422,40.66319159533881, -73.81885528564453,41.745696344339564, 4326), - 'us.census.tiger.county_clipped')) foo + 'us.census.tiger.county_2015_clipped')) foo ORDER BY ST_NPoints(the_geom) DESC LIMIT 50;'''): q_formatted = q.format(