aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmlimage/qqmlimage.pro
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2016-08-05 00:28:58 +0200
committerRobin Burchell <robin.burchell@viroteck.net>2016-08-05 09:38:54 +0000
commitfde6e1fe83e049de4441494d32bbcf88c13517a8 (patch)
treecfc2d4f0c40d7228f655f3ca42111673ea3018f3 /tests/benchmarks/qml/qqmlimage/qqmlimage.pro
parente0e591fb80ab86f6044e5140ddbbc979c0c8d380 (diff)
benchmarks: Remove odd qqmlimage benchmark
I have no idea what this was theoretically supposed to be testing, but it looks completely bogus (not representative of a real world scenario), is subject to massive variance thanks to memory allocation, and generally doesn't seem useful Change-Id: Ib7adc8a4753e49d2a3bd9515273bca79a88a5749 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/benchmarks/qml/qqmlimage/qqmlimage.pro')
-rw-r--r--tests/benchmarks/qml/qqmlimage/qqmlimage.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/benchmarks/qml/qqmlimage/qqmlimage.pro b/tests/benchmarks/qml/qqmlimage/qqmlimage.pro
deleted file mode 100644
index dfe0027ab4..0000000000
--- a/tests/benchmarks/qml/qqmlimage/qqmlimage.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIG += benchmark
-TEMPLATE = app
-TARGET = tst_qqmlimage
-QT += qml quick-private testlib
-macx:CONFIG -= app_bundle
-CONFIG += release
-
-SOURCES += tst_qqmlimage.cpp
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"
-
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0