From 257918898a2353e44a45234af48828f9dd6ccb6f Mon Sep 17 00:00:00 2001 From: mtklein Date: Tue, 9 Jun 2015 09:29:12 -0700 Subject: Pump up matrix44_setconcat benches 1000x so they can be timed on Android. BUG=skia: Review URL: https://codereview.chromium.org/1174583002 --- bench/Matrix44Bench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/Matrix44Bench.cpp') diff --git a/bench/Matrix44Bench.cpp b/bench/Matrix44Bench.cpp index 81452b4a3d..a990763b62 100644 --- a/bench/Matrix44Bench.cpp +++ b/bench/Matrix44Bench.cpp @@ -271,7 +271,7 @@ public: protected: virtual void performTest() { fM0.reset(); // just to normalize this test with prescale/postscale - for (int i = 0; i < 10; ++i) { + for (int i = 0; i < 10000; ++i) { fM0.setConcat(fM1, fM2); } } -- cgit v1.2.3