Skip to content

Commit

Permalink
README: Mention jsvu
Browse files Browse the repository at this point in the history
`jsvu` makes it easy to run the benchmark in recent versions of all supported JS engines.
  • Loading branch information
mathiasbynens committed Dec 7, 2017
1 parent 3485819 commit aba1078
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 aba1078

Please sign in to comment.