increase inner-loop for xfer4 benches to reduce variance

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1653143004

TBR=

Review URL: https://codereview.chromium.org/1653143004
This commit is contained in:
reed 2016-02-02 09:27:35 -08:00 committed by Commit bot
parent 30c5dde90d
commit f46d8a6fff

View File

@ -10,7 +10,7 @@
#include "SkString.h"
#include "SkXfermode.h"
#define INNER_LOOPS 100
#define INNER_LOOPS 1000
// Benchmark that draws non-AA rects or AA text with an SkXfermode::Mode.
class Xfer4fBench : public Benchmark {