Skip to content

Commit

Permalink
Change the TextBenchMarkTest name to be proper
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-Jeyaram committed Apr 11, 2017
1 parent 84fb1ff commit abf6990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Benchmark/TextBenchmarkTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ size_t GetRunCount() const {

BENCHMARK_F(CoreText, CTFrameDrawComplete);

class CTFrameDrawYuge : public TextBenchmarkBase {
class CTFrameDrawHuge : public TextBenchmarkBase {
public:
CTFrameDrawYuge() {
CTFrameDrawHuge() {
CTParagraphStyleSetting setting;
CTTextAlignment alignment = kCTCenterTextAlignment;
setting.spec = kCTParagraphStyleSpecifierAlignment;
Expand Down Expand Up @@ -277,7 +277,7 @@ size_t GetRunCount() const {
woc::AutoCF<CTFrameRef> m_frame;
};

BENCHMARK_F(CoreText, CTFrameDrawYuge);
BENCHMARK_F(CoreText, CTFrameDrawHuge);

class CTLineDrawBase : public TextBenchmarkBase {
public:
Expand Down

0 comments on commit abf6990

Please sign in to comment.