Skip to content

Commit

Permalink
doc: rename from iojs(1) to node(1) in benchmarks
Browse files Browse the repository at this point in the history
Examples in the benchmark readme previously sill referenced iojs(1).

PR-URL: #2884
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
vaseker authored and Fishrock123 committed Sep 15, 2015
1 parent 360d0fa commit 942da88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ There are three ways to run benchmark tests:

For example, buffers:

```sh
iojs benchmark/common.js buffers
```bash
node benchmark/common.js buffers
```

The above command will find all scripts under `buffers` directory and require
Expand Down Expand Up @@ -87,8 +87,8 @@ The last number is the rate of operations. Higher is better.

For example, buffer-slice.js:

```sh
iojs benchmark/buffers/buffer-read.js
```bash
node benchmark/buffers/buffer-read.js
```
The output:
```
Expand All @@ -104,8 +104,8 @@ This example will run only the first type of url test, with one iteration.
(Note: benchmarks require __many__ iterations to be statistically accurate.)


```sh
iojs benchmark/url/url-parse.js type=one n=1
```bash
node benchmark/url/url-parse.js type=one n=1
```
Output:
```
Expand Down

0 comments on commit 942da88

Please sign in to comment.