Skip to content

Commit 5442220

Browse files
authored
Merge pull request #28 from v8/mathiasbynens-jsvu
README: Mention `jsvu`
2 parents 3485819 + aba1078 commit 5442220

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,14 @@ Geometric mean: 9.37 runs/sec
6161
```
6262

6363
Or you open a web browser and point it to `dist/index.html`, or you can use one
64-
of the engine JS shells (`d8`, `jsc`, `ch` or `jsshell`) to run the special bundle
65-
in `dist/cli.js`.
64+
of the engine JS shells to run the special bundle in `dist/cli.js`. The easiest
65+
way to install recent versions of the supported JS engine shells is to run
66+
[`jsvu`](https://github.com/GoogleChromeLabs/jsvu). Afterwards, you can run the
67+
benchmark as follows:
68+
69+
```sh
70+
$ chakra dist/cli.js
71+
$ javascriptcore dist/cli.js
72+
$ spidermonkey dist/cli.js
73+
$ v8 dist/cli.js
74+
```

0 commit comments

Comments
 (0)