summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/graphicsview/graphicsview.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add functional Graphics View benchmarks.Bjørn Erik Nilsen2010-02-111-0/+1
| | | | | | | | | | | Widgets and use cases are externally developed and imported from: git://gitorious.org/+qt-performance-test-developers/qt/qt-performance-test-developers-clone.git (master branch, tests/benchmarks/uimodels/GraphicsViewBenchmark) I couldn't simply import everything because the benchmarks were heavily dependent on an internal measuring tool involving QtScripts and whatnot, not suitable for inclusion in the Qt repository. Everything is now converted into proper QTestLib compatible benchmark functions.
* Restructure tests/benchmarks directory.Bjørn Erik Nilsen2010-02-081-0/+7
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.