Skip to content

Commit

Permalink
Migrate part of QtScript benchmarks to QtDeclarative
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nierob authored and Qt by Nokia committed Aug 10, 2011
1 parent 36a225a commit aac3704
Show file tree
Hide file tree
Showing 8 changed files with 2,087 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/benchmarks/declarative/declarative.pro
Expand Up @@ -10,7 +10,8 @@ SUBDIRS += \
qdeclarativeimage \
qdeclarativemetaproperty \
script \
qmltime
qmltime \
js

contains(QT_CONFIG, opengl): SUBDIRS += painting

Expand Down
10 changes: 10 additions & 0 deletions tests/benchmarks/declarative/js/js.pro
@@ -0,0 +1,10 @@
TEMPLATE = subdirs
SUBDIRS = \
qjsengine \
qjsvalue \
qjsvalueiterator \

TRUSTED_BENCHMARKS += \
qjsvalue \
qjsengine \

12 changes: 12 additions & 0 deletions tests/benchmarks/declarative/js/qjsengine/qjsengine.pro
@@ -0,0 +1,12 @@
load(qttest_p4)
TEMPLATE = app
TARGET = tst_bench_qjsengine

SOURCES += tst_qjsengine.cpp

QT += declarative

symbian* {
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
TARGET.EPOCSTACKSIZE = 0x14000
}

0 comments on commit aac3704

Please sign in to comment.