doc: rename from iojs(1) to node(1) in benchmarks · nodejs/node@a7bd897

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

```