Skip to content

Commit a7bd897

Browse files
vasekerFishrock123
authored andcommitted
doc: rename from iojs(1) to node(1) in benchmarks
Examples in the benchmark readme previously sill referenced iojs(1). PR-URL: #2884 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent cd643d7 commit a7bd897

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

benchmark/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ There are three ways to run benchmark tests:
2323

2424
For example, buffers:
2525

26-
```sh
27-
iojs benchmark/common.js buffers
26+
```bash
27+
node benchmark/common.js buffers
2828
```
2929

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

8888
For example, buffer-slice.js:
8989

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

106106

107-
```sh
108-
iojs benchmark/url/url-parse.js type=one n=1
107+
```bash
108+
node benchmark/url/url-parse.js type=one n=1
109109
```
110110
Output:
111111
```

0 commit comments

Comments
 (0)