Skip to content

Commit

Permalink
Update benchmark for StyleContext changes
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Feb 3, 2020
1 parent 871fa07 commit 1a54e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/src/benchStyleContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1a54e09

Please sign in to comment.