aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmarks/manual/v8bench/v8-RayTrace.qml
blob: e7dafa0f3c1578a13ea51f00b51b86103efeac82 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0
import QmlBench 1.0

V8Benchmark {
    id: root
    count: 10
    staticCount: 10
    suiteName: "RayTrace"
}