aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/manual/v8bench/v8-Crypto.qml
blob: 122e6c1d4dcc0e4dd038174b96c7f30a53fd1aaf (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: "Crypto"
}