From 1a54e09472702a95c5e0f52c8694cef79ab27de9 Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Mon, 3 Feb 2020 02:42:48 -0500 Subject: [PATCH] Update benchmark for StyleContext changes --- bench/src/benchStyleContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/src/benchStyleContext.cpp b/bench/src/benchStyleContext.cpp index 5c2f731133..0a844d6630 100644 --- a/bench/src/benchStyleContext.cpp +++ b/bench/src/benchStyleContext.cpp @@ -104,7 +104,7 @@ struct JSTileStyleFnFixture : public benchmark::Fixture { void SetUp(const ::benchmark::State& state) override { globalSetup(); ctx.initFunctions(*scene); - ctx.setKeywordZoom(10); + ctx.setZoom(10); } void TearDown(const ::benchmark::State& state) override { LOG(">>> %d", evalCnt);