From 8bff4961e48813b71d32cb40bb0fea9901a9ede5 Mon Sep 17 00:00:00 2001 From: tristen Date: Fri, 8 Nov 2019 12:44:47 -0500 Subject: [PATCH] Get named export --- bench/styles/benchmarks.js | 2 +- bench/versions/benchmarks.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bench/styles/benchmarks.js b/bench/styles/benchmarks.js index f72997a160a..d537bf05979 100644 --- a/bench/styles/benchmarks.js +++ b/bench/styles/benchmarks.js @@ -11,7 +11,7 @@ import QueryBox from '../benchmarks/query_box'; import getWorkerPool from '../../src/util/global_worker_pool'; -const locations = locationsWithTileID(benchmark.features); +const locations = locationsWithTileID(benchmark.styleBenchmarkLocations.features); mapboxgl.accessToken = accessToken; diff --git a/bench/versions/benchmarks.js b/bench/versions/benchmarks.js index 90cce0c95ce..e5d103a9d4a 100644 --- a/bench/versions/benchmarks.js +++ b/bench/versions/benchmarks.js @@ -21,7 +21,7 @@ import FilterEvaluate from '../benchmarks/filter_evaluate'; import getWorkerPool from '../../src/util/global_worker_pool'; -const styleLocations = locationsWithTileID(benchmark.features); +const styleLocations = locationsWithTileID(benchmark.styleBenchmarkLocations.features); mapboxgl.accessToken = accessToken;