aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/manual/v8bench/README.md
blob: 5515a6905dcd425c739785cc0f36138fec1cbd34 (plain)
1
2
3
4
5
6
7
8
9
10
# v8bench

This is a set of simple wrapper tests that invoke a particular test suite from
the well known v8-bench test suite, that test different aspects of JavaScript
performance.

This uses qmlbench (rather than v8-bench.js) as the test harness in order to
integrate with the rest of the tests, and perhaps also to give a more stable
result (by running for a longer duration, and running repeatedly, as all
qmlbench tests do).