aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-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 {