summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qnetworkreply
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* QNetworkReply autotests: move performance tests to benchmarksPeter Hartmann2009-11-021-0/+530
| | | | | | | | Move the performance tests from tests/auto/qnetworkreply to tests/benchmarks/qnetworkreply, because they belong there and they were crashing from time to time. Reviewed-by: Markus Goetz
* Merge branch '4.5' into 4.6Thiago Macieira2009-10-211-1/+39
|\ | | | | | | | | | | | | Conflicts: src/gui/widgets/qmenu_mac.mm tests/benchmarks/benchmarks.pro tests/benchmarks/qnetworkreply/tst_qnetworkreply.cpp
| * Add a up/down benchmark to benchmarks/qnetworkreplyMarkus Goetz2009-10-201-1/+38
| | | | | | | | Reviewed-by: Peter Hartmann
| * Backport benchmarks/qnetworkreply to 4.5Markus Goetz2009-10-202-0/+87
| | | | Reviewed-by: TrustMe
* Rename the .cpp for QNetworkReply benchmark testsThiago Macieira2009-10-212-1/+1
|
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* tst_qnetworkreply: Small and simple latency testingMarkus Goetz2009-07-232-0/+87
Reviewed-by: Thiago