summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network
Commit message (Collapse)AuthorAgeFilesLines
* Renamed test benchmark targets.Miikka Heikkinen2010-03-104-4/+4
| | | | | | | | | | | 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
* qhostinfo benchmark: Use local _data instead of _globalMarkus Goetz2010-03-041-14/+9
| | | | Qt's benchmark lib does not support global data tags yet.
* qhostinfo benchmark: Benchmark the with-cache and without-cacheMarkus Goetz2010-03-041-0/+29
| | | | Reviewed-by: joao
* Test modifications for the Windows Mobile platform.ninerider2010-02-272-2/+5
| | | | | | Test were changed to run in reasonable time on Windows Mobile. Also some test were skipped for instance those using OpenGL. OpenGL support for Windows Mobile is a forthcoming feature.
* Fixes for the Windows Mobile plattformninerider2010-02-221-1/+1
| | | | These fixes mainly concern compiling issues.
* Compile fix for network benchmarks.Bjørn Erik Nilsen2010-02-083-3/+3
|
* Restructure tests/benchmarks directory.Bjørn Erik Nilsen2010-02-0812-0/+1289
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.