aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/auto/creation/quick.basictypes/delegates_basictype_vector2d.qml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/auto/creation/quick.basictypes/delegates_basictype_vector2d.qml')
-rw-r--r--benchmarks/auto/creation/quick.basictypes/delegates_basictype_vector2d.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/benchmarks/auto/creation/quick.basictypes/delegates_basictype_vector2d.qml b/benchmarks/auto/creation/quick.basictypes/delegates_basictype_vector2d.qml
deleted file mode 100644
index 09d13ac..0000000
--- a/benchmarks/auto/creation/quick.basictypes/delegates_basictype_vector2d.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick 2.0
-import QmlBench 1.0
-
-// Tests the creation of the JS vector2d type as a property.
-CreationBenchmark {
- id: root;
- count: 50
- staticCount: 2500
- delegate: Item {
- property vector2d value: Qt.vector2d(1, 2)
- }
-}
-