Skip to content

Commit

Permalink
Merge pull request #28 from v8/mathiasbynens-jsvu
Browse files Browse the repository at this point in the history
README: Mention `jsvu`
  • Loading branch information
bmeurer authored Dec 7, 2017
2 parents 3485819 + aba1078 commit 5442220
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,14 @@ Geometric mean: 9.37 runs/sec
```

Or you open a web browser and point it to `dist/index.html`, or you can use one
of the engine JS shells (`d8`, `jsc`, `ch` or `jsshell`) to run the special bundle
in `dist/cli.js`.
of the engine JS shells to run the special bundle in `dist/cli.js`. The easiest
way to install recent versions of the supported JS engine shells is to run
[`jsvu`](https://github.com/GoogleChromeLabs/jsvu). Afterwards, you can run the
benchmark as follows:

```sh
$ chakra dist/cli.js
$ javascriptcore dist/cli.js
$ spidermonkey dist/cli.js
$ v8 dist/cli.js
```

0 comments on commit 5442220

Please sign in to comment.