| Index: tools/bbh_shootout.cpp
|
| diff --git a/tools/bbh_shootout.cpp b/tools/bbh_shootout.cpp
|
| index 76e8d074c3f78a37c82a67dd70325c913aa714ed..f86253fee231040a060b78de6f0a71f5f18033b2 100644
|
| --- a/tools/bbh_shootout.cpp
|
| +++ b/tools/bbh_shootout.cpp
|
| @@ -17,9 +17,9 @@
|
| #include "SkTArray.h"
|
| #include "TimerData.h"
|
|
|
| -static const int kNumNormalRecordings = SkBENCHLOOP(10);
|
| -static const int kNumRTreeRecordings = SkBENCHLOOP(10);
|
| -static const int kNumPlaybacks = SkBENCHLOOP(1);
|
| +static const int kNumNormalRecordings = SkBENCHLOOP(0);
|
| +static const int kNumRTreeRecordings = SkBENCHLOOP(20);
|
| +static const int kNumPlaybacks = SkBENCHLOOP(0);
|
| static const size_t kNumBaseBenchmarks = 3;
|
| static const size_t kNumTileSizes = 3;
|
| static const size_t kNumBbhPlaybackBenchmarks = 3;
|
|
|