summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2011-02-04 14:21:25 (GMT)
committerJoão Abecasis <joao.abecasis@nokia.com>2011-02-10 12:26:53 (GMT)
commit7ed338b87ae50388101176ee29e72df55208a12c (patch)
tree83414a7b5e2e7f7cf98e79302909c93a90291129 /tests/benchmarks
parent6752786243d3aaa463ccf5055b209586aa4c6091 (diff)
downloadQt-7ed338b87ae50388101176ee29e72df55208a12c.zip
Qt-7ed338b87ae50388101176ee29e72df55208a12c.tar.gz
Qt-7ed338b87ae50388101176ee29e72df55208a12c.tar.bz2
Add QDir/tree benchmark to "trusted" list
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/corelib/corelib.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/corelib.pro b/tests/benchmarks/corelib/corelib.pro
index 335280e..a2efe91 100644
--- a/tests/benchmarks/corelib/corelib.pro
+++ b/tests/benchmarks/corelib/corelib.pro
@@ -11,6 +11,7 @@ TRUSTED_BENCHMARKS += \
kernel/qmetaobject \
kernel/qmetatype \
kernel/qobject \
- thread/qthreadstorage
+ thread/qthreadstorage \
+ io/qdir/tree
include(../trusted-benchmarks.pri) \ No newline at end of file