Index: tools/bbh_shootout.cpp |
diff --git a/tools/bbh_shootout.cpp b/tools/bbh_shootout.cpp |
index 555fd41f918b4e35007362be90124153c1de6b92..88223898f8b51b88519f1b0a00262cb1bdce9cdc 100644 |
--- a/tools/bbh_shootout.cpp |
+++ b/tools/bbh_shootout.cpp |
@@ -17,7 +17,7 @@ |
#include "SkTArray.h" |
#include "TimerData.h" |
-static const int kNumNormalRecordings = SkBENCHLOOP(0); |
+static const int kNumNormalRecordings = SkBENCHLOOP(10); |
static const int kNumRTreeRecordings = SkBENCHLOOP(10); |
static const int kNumPlaybacks = SkBENCHLOOP(1); |
static const size_t kNumBaseBenchmarks = 3; |