summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qfileinfo/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restructure tests/benchmarks directory.Bjørn Erik Nilsen2010-02-081-83/+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.
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Improve QFileInfo benchmarkMarkus Goetz2009-11-271-3/+5
| | | | Reviewed-by: TrustMe
* Introduce QFileInfo benchmarkMarkus Goetz2009-11-251-0/+81
Right now only a benchmark for the canonicalized path. Reviewed-by: TrustMe