diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-05 06:00:06 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-05 06:00:06 (GMT) |
commit | 93ac24c12b2272cee75d37b4950baed6615ef1fb (patch) | |
tree | 8b1f9dc16c48d043dff6f5c74e56c47975357e4d | |
parent | 254029b3ff6f14674c54c68443a5a53460e75426 (diff) | |
parent | b6991ebab89716293ded0033fcfea98bafa5f506 (diff) | |
download | Qt-93ac24c12b2272cee75d37b4950baed6615ef1fb.zip Qt-93ac24c12b2272cee75d37b4950baed6615ef1fb.tar.gz Qt-93ac24c12b2272cee75d37b4950baed6615ef1fb.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
-rw-r--r-- | tests/benchmarks/declarative/painting/paintbenchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/declarative/painting/paintbenchmark.cpp b/tests/benchmarks/declarative/painting/paintbenchmark.cpp index f869ddf..d6a873c 100644 --- a/tests/benchmarks/declarative/painting/paintbenchmark.cpp +++ b/tests/benchmarks/declarative/painting/paintbenchmark.cpp @@ -54,7 +54,7 @@ #endif int iterations = 20; -const int count = 6; +const int count = 600; const int lines = 12; const int spacing = 36; QSizeF size(1000, 800); |