Browse Source

doc: rename from iojs(1) to node(1) in benchmarks

Examples in the benchmark readme previously sill referenced iojs(1).

PR-URL: https://github.com/nodejs/node/pull/2884
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v4.x
Dmitry Vasilyev 10 years ago
committed by Jeremiah Senkpiel
parent
commit
a7bd897273
  1. 12
      benchmark/README.md

12
benchmark/README.md

@ -23,8 +23,8 @@ There are three ways to run benchmark tests:
For example, buffers: For example, buffers:
```sh ```bash
iojs benchmark/common.js buffers node benchmark/common.js buffers
``` ```
The above command will find all scripts under `buffers` directory and require 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.
For example, buffer-slice.js: For example, buffer-slice.js:
```sh ```bash
iojs benchmark/buffers/buffer-read.js node benchmark/buffers/buffer-read.js
``` ```
The output: The output:
``` ```
@ -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.) (Note: benchmarks require __many__ iterations to be statistically accurate.)
```sh ```bash
iojs benchmark/url/url-parse.js type=one n=1 node benchmark/url/url-parse.js type=one n=1
``` ```
Output: Output:
``` ```

Loading…
Cancel
Save