diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bbh_shootout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bbh_shootout.cpp b/tools/bbh_shootout.cpp index 88223898f8..555fd41f91 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(10); +static const int kNumNormalRecordings = SkBENCHLOOP(0); static const int kNumRTreeRecordings = SkBENCHLOOP(10); static const int kNumPlaybacks = SkBENCHLOOP(1); static const size_t kNumBaseBenchmarks = 3; |