aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2018-01-05 14:54:06 +0200
committerKari Oikarinen <kari.oikarinen@qt.io>2018-01-08 09:41:21 +0000
commit74bcee6bdbd967ede0d39829fba440d10a460fd6 (patch)
treeefe9346f3167cedb3a61e32f58117cc7893c67a3
parent569491715e2db0c2b8a0f57c5b3199dba0c529dc (diff)
Add missing QmlBench imports
Amends ab770345f2882782e412a0e8244b27887e1b4f22. Change-Id: I4975e74113a6b28d4f36fc5cb1545496dd225ac3 Reviewed-by: Robin Burchell <robin.burchell@crimson.no> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--benchmarks/auto/canvas/canvas_text_simple.qml1
-rw-r--r--benchmarks/auto/changes/changing_over_isolated_with_clip.qml1
-rw-r--r--benchmarks/auto/changes/changing_over_isolated_with_clip_rotated.qml1
-rw-r--r--benchmarks/auto/changes/changing_text_oneofmany.qml1
-rw-r--r--benchmarks/auto/changes/changing_texts.qml1
5 files changed, 5 insertions, 0 deletions
diff --git a/benchmarks/auto/canvas/canvas_text_simple.qml b/benchmarks/auto/canvas/canvas_text_simple.qml
index 45e5a59..7668a42 100644
--- a/benchmarks/auto/canvas/canvas_text_simple.qml
+++ b/benchmarks/auto/canvas/canvas_text_simple.qml
@@ -1,4 +1,5 @@
import QtQuick 2.0
+import QmlBench 1.0
// Testing the performance of canvas-based text rendering
Item {
diff --git a/benchmarks/auto/changes/changing_over_isolated_with_clip.qml b/benchmarks/auto/changes/changing_over_isolated_with_clip.qml
index 00fc58a..487ed21 100644
--- a/benchmarks/auto/changes/changing_over_isolated_with_clip.qml
+++ b/benchmarks/auto/changes/changing_over_isolated_with_clip.qml
@@ -1,4 +1,5 @@
import QtQuick 2.0
+import QmlBench 1.0
// Tests that a single item changing in one subtree, and many items in another
// tree, do not have bad performance when both subtrees are isolated with
diff --git a/benchmarks/auto/changes/changing_over_isolated_with_clip_rotated.qml b/benchmarks/auto/changes/changing_over_isolated_with_clip_rotated.qml
index ff169fe..48dae1d 100644
--- a/benchmarks/auto/changes/changing_over_isolated_with_clip_rotated.qml
+++ b/benchmarks/auto/changes/changing_over_isolated_with_clip_rotated.qml
@@ -1,4 +1,5 @@
import QtQuick 2.0
+import QmlBench 1.0
// Tests that a single item changing in one subtree, and many items in another
// tree, do not have bad performance when both subtrees are isolated with
diff --git a/benchmarks/auto/changes/changing_text_oneofmany.qml b/benchmarks/auto/changes/changing_text_oneofmany.qml
index 9a913b1..879b99b 100644
--- a/benchmarks/auto/changes/changing_text_oneofmany.qml
+++ b/benchmarks/auto/changes/changing_text_oneofmany.qml
@@ -1,4 +1,5 @@
import QtQuick 2.0
+import QmlBench 1.0
// Testing the performance of changing 1 Text in a scene vs all (changing_texts)
Item {
diff --git a/benchmarks/auto/changes/changing_texts.qml b/benchmarks/auto/changes/changing_texts.qml
index 6e35482..2715482 100644
--- a/benchmarks/auto/changes/changing_texts.qml
+++ b/benchmarks/auto/changes/changing_texts.qml
@@ -1,4 +1,5 @@
import QtQuick 2.0
+import QmlBench 1.0
// Testing the performance of changing all texts in a scene vs 1 (text_oneofmany)
Item {