crank up innerloop to make hairlinebench more usable/reliable

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/1087583002
This commit is contained in:
reed 2015-04-13 11:12:06 -07:00 committed by Commit bot
parent 3033b9faac
commit 9645ce17cd

View File

@ -64,7 +64,9 @@ protected:
}
for (int i = 0; i < loops; i++) {
canvas->drawPath(path, paint);
for (int j = 0; j < 100; ++j) {
canvas->drawPath(path, paint);
}
}
}