Increase picture bench inner loop iteration to 10 for testing number stableness.

BUG=skia:2473
NOTRY=true
R=caryclark@google.com
TBR=caryclark@google.com

Author: bensong@google.com

Review URL: https://codereview.chromium.org/254093002

git-svn-id: http://skia.googlecode.com/svn/trunk@14451 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-04-30 00:46:29 +00:00
parent bd09045253
commit 359e4f0a5d

View File

@ -115,7 +115,7 @@ void PictureBenchmark::run(SkPicture* pict) {
timeFormat = fRenderer->getNormalTimeFormat();
}
static const int kNumInnerLoops = 5;
static const int kNumInnerLoops = 10;
int numOuterLoops = 1;
int numInnerLoops = fRepeats;