diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2010-11-02 07:38:07 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2010-11-02 07:38:07 (GMT) |
commit | ae1ac1d7410b7c258d89e8c5fdf630b54d833743 (patch) | |
tree | bac49726029e9e66808ded8c2fa5541dcdf16541 /tests/benchmarks | |
parent | 3ecc5f89024ebb986f2fed0205de517e69f230cd (diff) | |
download | Qt-ae1ac1d7410b7c258d89e8c5fdf630b54d833743.zip Qt-ae1ac1d7410b7c258d89e8c5fdf630b54d833743.tar.gz Qt-ae1ac1d7410b7c258d89e8c5fdf630b54d833743.tar.bz2 |
Add SunSpider and V8 benchmarks to benchmarks/script.pro
Diffstat (limited to 'tests/benchmarks')
-rw-r--r-- | tests/benchmarks/script/script.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/benchmarks/script/script.pro b/tests/benchmarks/script/script.pro index 34910f7..dd17012 100644 --- a/tests/benchmarks/script/script.pro +++ b/tests/benchmarks/script/script.pro @@ -2,7 +2,9 @@ TEMPLATE = subdirs SUBDIRS = \ qscriptclass \ qscriptengine \ - qscriptvalue + qscriptvalue \ + sunspider \ + v8 TRUSTED_BENCHMARKS += \ qscriptclass \ |