summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.com>2012-01-20 01:28:46 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-24 01:09:01 +0100
commit47d0813f5b3b7df56a3ac4b32c460d82b425c664 (patch)
treeb0f28f2a01fa6142be4af7dd5966bde7889a0090 /tests/benchmarks/corelib/tools
parentf61112aa323747714e9a644095b2c5b946bb8179 (diff)
Remove executive summary.
It isn't necessarily that hashing the whole string is the main problem, as the recently added java string benchmark appears to show, which means the original purpose of this benchmark is rather voided. This removal allows gradually repurposing the test towards providing general benchmarks of QHash performance. Change-Id: Iaab0a3b493387dcce99240632342235ed9c44d88 Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to 'tests/benchmarks/corelib/tools')
-rw-r--r--tests/benchmarks/corelib/tools/qhash/main.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/benchmarks/corelib/tools/qhash/main.cpp b/tests/benchmarks/corelib/tools/qhash/main.cpp
index 463f16393a..412f071a99 100644
--- a/tests/benchmarks/corelib/tools/qhash/main.cpp
+++ b/tests/benchmarks/corelib/tools/qhash/main.cpp
@@ -39,33 +39,6 @@
**
****************************************************************************/
-/*
-
-////////////////////////////////////////////////////////////////////
-
-This benchmark serves as reality check on the idea that hashing the complete
-string is a good idea.
-
- Executive summary: It is not a good idea.
-
-////////////////////////////////////////////////////////////////////
-
-********* Start testing of tst_QHash *********
-Config: Using QTest library 5.0.0, Qt 5.0.0
-PASS : tst_QHash::initTestCase()
-RESULT : tst_QHash::qhash_qt4():
- 0.041 msecs per iteration (total: 85, iterations: 2048)
-PASS : tst_QHash::qhash_qt4()
-RESULT : tst_QHash::qhash_faster():
- 0.0122 msecs per iteration (total: 100, iterations: 8192)
-PASS : tst_QHash::qhash_faster()
-PASS : tst_QHash::cleanupTestCase()
-Totals: 4 passed, 0 failed, 0 skipped
-
-////////////////////////////////////////////////////////////////////
-
-*/
-
#include "main.h"
#include <QFile>