aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/AAClipBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/AAClipBench.cpp')
-rw-r--r--bench/AAClipBench.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/AAClipBench.cpp b/bench/AAClipBench.cpp
index ca77082168..4467a95df5 100644
--- a/bench/AAClipBench.cpp
+++ b/bench/AAClipBench.cpp
@@ -96,8 +96,8 @@ class NestedAAClipBench : public SkBenchmark {
SkRect fDrawRect;
SkRandom fRandom;
- static const int kNumDraws = SkBENCHLOOP(200);
- static const int kNestingDepth = 4;
+ static const int kNumDraws = SkBENCHLOOP(2);
+ static const int kNestingDepth = 3;
static const int kImageSize = 400;
SkPoint fSizes[kNestingDepth+1];