summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/script/v8/v8.pro
Commit message (Collapse)AuthorAgeFilesLines
* Move test data to a qrc file.Jedrzej Nowacki2010-12-061-9/+1
| | | | | | Using qrc file simplify deployment on a device. Reviewed-by: Kent Hansen
* Changed various DEPLOYMENT variable ".sources" suffixes to ".files"Miikka Heikkinen2010-12-021-1/+1
| | | | | | | Starting from Qt 4.8, ".files" is the correct variable suffix to use for declaring deployment files. Reviewed-by: Janne Koskinen
* Import V8 benchmarks for QtScriptKent Hansen2010-11-011-0/+20
Gives us an easy way to check pure JS performance whenever we update QtScript's back-end. QTestLib integration also means that the performance can be readily tracked over time by Qt's QA systems. Reviewed-by: Jedrzej Nowacki