aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/TextBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/TextBench.cpp')
-rw-r--r--bench/TextBench.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/bench/TextBench.cpp b/bench/TextBench.cpp
index ebd2b33215..67cd766496 100644
--- a/bench/TextBench.cpp
+++ b/bench/TextBench.cpp
@@ -80,7 +80,9 @@ class TextBench : public SkBenchmark {
enum { N = 300 };
public:
TextBench(const char text[], int ps, bool linearText, bool posText) {
- test_tables();
+ if (false) {
+ test_tables();
+ }
fText.set(text);