summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qvector
Commit message (Collapse)AuthorAgeFilesLines
* Move benchmarks/qvector to benchmarks/corelib/tools/qvectorBjørn Erik Nilsen2010-02-174-1255/+0
| | | | | | Left-over after: 020830966e08239854ac207ec28663a80c6e0647. This change was done in the 4.6 branch, however the qvector bench didn't exists in the 4.6 branch.
* Add proper license headers to these files.Thiago Macieira2010-01-261-0/+40
| | | | This makes the headers:licenseCheck test pass.
* add a benchmark comparing QVector and std::vector performancehjk2009-11-194-0/+1215
This also includes a QRawVector class template mimicing a QVector without reference counting.