aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/javascript/data/NestedIdObject.qml
blob: 410ee00ddcec8e9afd3381fe1587023ea029f450 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0

QtObject {
    function runtest() {
        for (var ii = 0; ii < 5000000; ++ii) {
            root
        }
    }
}