diff options
author | sglez@google.com <sglez@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-30 17:43:31 +0000 |
---|---|---|
committer | sglez@google.com <sglez@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-30 17:43:31 +0000 |
commit | ffb71f2dd5f1cdc905c483737bb56080adc56cc9 (patch) | |
tree | c281cb5827ed2ef68ad6b4229ea631f89d07d5d0 /tools | |
parent | 8c902126a90f37b6a038a78488c6215fa0c34b7d (diff) |
Fix rtree tests build error
Review URL: https://codereview.chromium.org/23531019
git-svn-id: http://skia.googlecode.com/svn/trunk@11038 2bbb7eff-a529-9590-31e7-b0007b416f81
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; |