diff options
Diffstat (limited to 'bench')
-rw-r--r-- | bench/Matrix44Bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |