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:
parent
bd09045253
commit
359e4f0a5d
@ -115,7 +115,7 @@ void PictureBenchmark::run(SkPicture* pict) {
|
|||||||
timeFormat = fRenderer->getNormalTimeFormat();
|
timeFormat = fRenderer->getNormalTimeFormat();
|
||||||
}
|
}
|
||||||
|
|
||||||
static const int kNumInnerLoops = 5;
|
static const int kNumInnerLoops = 10;
|
||||||
int numOuterLoops = 1;
|
int numOuterLoops = 1;
|
||||||
int numInnerLoops = fRepeats;
|
int numInnerLoops = fRepeats;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user