summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/script/sunspider/tst_sunspider.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Fix tst_sunspider.cppOlivier Goffart2011-02-171-1/+1
| | | | It was unable to find the scripts
* Move test data to a qrc file.Jedrzej Nowacki2010-12-061-7/+2
| | | | | | Using qrc file simplify deployment on a device. Reviewed-by: Kent Hansen
* Import SunSpider benchmarks for QtScriptKent Hansen2010-11-011-0/+129
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