summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Renamed test benchmark targets.Miikka Heikkinen2010-03-102-2/+2
| | | | | | | | | | | Many of the benchmarks generate executables with same names as the autotests. This is a big problem for Symbian, where all binaries are stored into single directory. Renamed benchmark targets to include 'bench' in their name to ensure no overlap in target names. Part of QtP delta reduction effort. Reviewed-by: Liang Qi
* Stabilize QWidget benchmarks.Bjørn Erik Nilsen2010-02-221-187/+110
| | | | | This commit also removes the complexToplevelResize test; it is not suitable for automated testing as the output is too unstable.
* Restructure tests/benchmarks directory.Bjørn Erik Nilsen2010-02-085-0/+421
We follow the same structure as used in the src directory. This makes it easier to navigate through the jungel, especially now that we are going to add functional tests etc.