summaryrefslogtreecommitdiff
path: root/benchmark/util/tilecover.benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/util/tilecover.benchmark.cpp')
-rw-r--r--benchmark/util/tilecover.benchmark.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmark/util/tilecover.benchmark.cpp b/benchmark/util/tilecover.benchmark.cpp
index e966875a65..cd9da54855 100644
--- a/benchmark/util/tilecover.benchmark.cpp
+++ b/benchmark/util/tilecover.benchmark.cpp
@@ -22,7 +22,8 @@ static void TileCoverPitchedViewport(benchmark::State& state) {
Transform transform;
transform.resize({ 512, 512 });
// slightly offset center so that tile order is better defined
- transform.jumpTo(CameraOptions().withCenter(LatLng { 0.1, -0.1 }).withZoom(8.0).withBearing(5.0).withPitch(40.0));
+ transform.jumpTo(CameraOptions().withCenter(LatLng { 0.1, -0.1 }).withPadding(EdgeInsets { 376, 0, 0, 0 })
+ .withZoom(8.0).withBearing(5.0).withPitch(60.0));
std::size_t length = 0;
while (state.KeepRunning()) {