aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/auto/js/sum10k.qml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/auto/js/sum10k.qml')
-rw-r--r--benchmarks/auto/js/sum10k.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/auto/js/sum10k.qml b/benchmarks/auto/js/sum10k.qml
index 0667945..ed9850f 100644
--- a/benchmarks/auto/js/sum10k.qml
+++ b/benchmarks/auto/js/sum10k.qml
@@ -2,6 +2,12 @@ import QtQuick 2.0
import QmlBench 1.0
// Tests the creation of items with a non-recursive function binding
+// Note: Through an unfortunate oversight, this benchmark is mildly broken.
+// The loop never updates the 'x' value. However, this benchmark has already
+// given some insights, and changing it (as any other benchmark) would
+// invalidate past data causing confusion, so it has not been altered.
+//
+// See sum10k_fixed for a working version.
CreationBenchmark {
id: root;
count: 50;