From caa5a20479bd58fda4380181691f772a1f3c1da4 Mon Sep 17 00:00:00 2001 From: Kari Oikarinen Date: Fri, 2 Mar 2018 16:36:06 +0200 Subject: 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) --- tests/auto/other/qobjectperformance/qobjectperformance.pro | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/auto/other/qobjectperformance/qobjectperformance.pro (limited to 'tests/auto/other/qobjectperformance/qobjectperformance.pro') 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 - - -- cgit v1.2.3