summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/script/script.pro
Commit message (Collapse)AuthorAgeFilesLines
* Disabled benchmarks referring to private headers.Jo Asplin2011-07-261-1/+0
| | | | | | | | | | | | | | | | | Certain benchmarks that referred to private headers are removed from the list of 'trusted' benchmarks. Benchmarks referring to private headers are considered bad practice for several reasons: 1) Such tests won't even build if private headers are not avaiable in the installed version of Qt. 2) APIs should be designed well enough to be fully testable through its public headers only. Change-Id: Iccd81e12829a7b7f4bd2b88a72f3e9722520f6e2 Reviewed-by: Rohan McGovern
* Cleaned up benchmark project files.jasplin2011-04-261-2/+1
| | | | Reviewed-by: Sergio Ahumada
* Add qscriptobject and context2d to "trusted" benchmarksKent Hansen2011-03-021-1/+3
| | | | Reviewed-by: Joao
* Add QScriptClass/ByteArray benchmarkKent Hansen2011-02-041-0/+1
| | | | | | | | | | Reuse the ByteArray implementation from examples/script/customclass and create a benchmark out of it. This benchmark actually measures a meaningful, real-world use case for QScriptClass. Task-number: QTBUG-17192 Reviewed-by: Jedrzej Nowacki
* Add Context2D QtScript benchmarkKent Hansen2011-02-041-1/+2
| | | | | | | | | | Reuse the Context2D implementation from examples/script/context2d and create a benchmark out of it. This benchmark actually measures a meaningful, real-world use case. Task-number: QTBUG-17192 Reviewed-by: Jedrzej Nowacki
* Fix qmake project in QtScript benchmarksJedrzej Nowacki2011-01-181-0/+2
| | | | | | | For some reasons script.pro file was missing a few benchmarks. QScriptValueIterator benchmark didn't follow naming rules. Reviewed-by: Olivier Goffart
* Add SunSpider and V8 benchmarks to benchmarks/script.proKent Hansen2010-11-021-1/+3
|
* Move list of trusted benchmarks out of QA dungeon and into QtTor Arne Vestbø2010-10-271-0/+7
| | | | | | | | | To run the list of trusted benchmark do 'make check-trusted' in either the root benchmarks directory or for any of the immediate sub-targets. Normal 'make check' environment variables apply, such as TESTRUNNER and TESTARGS. Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
* Restructure tests/benchmarks directory.Bjørn Erik Nilsen2010-02-081-0/+5
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.