aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/manual/v8bench/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/manual/v8bench/README.md')
-rw-r--r--benchmarks/manual/v8bench/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/benchmarks/manual/v8bench/README.md b/benchmarks/manual/v8bench/README.md
deleted file mode 100644
index 5515a69..0000000
--- a/benchmarks/manual/v8bench/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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).