summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qobjectperformance/qobjectperformance.pro
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2018-03-02 16:36:06 +0200
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2018-03-07 19:43:52 +0000
commitcaa5a20479bd58fda4380181691f772a1f3c1da4 (patch)
treeafc8c79b447bac6f2c7fce702f72095ab89c070e /tests/auto/other/qobjectperformance/qobjectperformance.pro
parente16c6dfb7286264ccdfd37d8e74c97f13ece7835 (diff)
Make a benchmark out of tst_QObjectPerformance::emitToManyReceivers
The test has been flaky on top of QEMU. The test is clearly a sort of manually rolled benchmark, not a regular autotest. Remove the test and replace it with a benchmark in QObjectBenchmark. Task-number: QTBUG-66823 Task-number: QTBUG-66216 Change-Id: I7a48293023f32141eed6fea50fbb63af18933a8f Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/other/qobjectperformance/qobjectperformance.pro')
-rw-r--r--tests/auto/other/qobjectperformance/qobjectperformance.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/other/qobjectperformance/qobjectperformance.pro b/tests/auto/other/qobjectperformance/qobjectperformance.pro
deleted file mode 100644
index 189f8eeb2a..0000000000
--- a/tests/auto/other/qobjectperformance/qobjectperformance.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qobjectperformance
-SOURCES += tst_qobjectperformance.cpp
-
-QT = core network testlib
-
-