Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure tests/benchmarks directory. | Bjørn Erik Nilsen | 2010-02-08 | 2 | -669/+0 |
| | | | | | | 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. | ||||
* | tst_qnetworkreply benchmark: Read HTTP headers when emulating HTTP | Markus Goetz | 2010-01-14 | 1 | -1/+15 |
| | | | | Reviewed-by: Peter Hartmann | ||||
* | tst_qnetworkreply benchmark: Properly finish the thread | Markus Goetz | 2010-01-13 | 1 | -4/+4 |
| | | | | | | | End the thread at the proper point, before possibly failing one of the test conditions. Reviewed-by: TrustMe | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | QNetworkReply autotests: move performance tests to benchmarks | Peter Hartmann | 2009-11-02 | 1 | -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.6 | Thiago Macieira | 2009-10-21 | 1 | -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/qnetworkreply | Markus Goetz | 2009-10-20 | 1 | -1/+38 |
| | | | | | | | | Reviewed-by: Peter Hartmann | ||||
| * | Backport benchmarks/qnetworkreply to 4.5 | Markus Goetz | 2009-10-20 | 2 | -0/+87 |
| | | | | Reviewed-by: TrustMe | ||||
* | Rename the .cpp for QNetworkReply benchmark tests | Thiago Macieira | 2009-10-21 | 2 | -1/+1 |
| | |||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | tst_qnetworkreply: Small and simple latency testing | Markus Goetz | 2009-07-23 | 2 | -0/+87 |
Reviewed-by: Thiago |