Migrate part of QtScript benchmarks to QtDeclarative
authorJedrzej Nowacki <jedrzej.nowacki@nokia.com>
Fri, 5 Aug 2011 15:21:20 +0000 (17:21 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 10 Aug 2011 10:50:11 +0000 (12:50 +0200)
commitaac3704b08a4043318a2a6e4df4aca24c7a4f452
treeef1d76ebfd1a2d02976f6826897c706d5e2a239e
parent36a225a038b971db1fa81ff82063fa27a0b73bab
Migrate part of QtScript benchmarks to QtDeclarative

Benchmarks for QJSValue QJSEngine and for QJSValueIterator were added.

Change-Id: Ie52a3e8f5a461add3269d41d6e9a1a9bfb0c7abd
Reviewed-on: http://codereview.qt.nokia.com/2705
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
tests/benchmarks/declarative/declarative.pro
tests/benchmarks/declarative/js/js.pro [new file with mode: 0644]
tests/benchmarks/declarative/js/qjsengine/qjsengine.pro [new file with mode: 0644]
tests/benchmarks/declarative/js/qjsengine/tst_qjsengine.cpp [new file with mode: 0644]
tests/benchmarks/declarative/js/qjsvalue/qjsvalue.pro [new file with mode: 0644]
tests/benchmarks/declarative/js/qjsvalue/tst_qjsvalue.cpp [new file with mode: 0644]
tests/benchmarks/declarative/js/qjsvalueiterator/qjsvalueiterator.pro [new file with mode: 0644]
tests/benchmarks/declarative/js/qjsvalueiterator/tst_qjsvalueiterator.cpp [new file with mode: 0644]