summaryrefslogtreecommitdiff
path: root/benchmark/README.md
diff options
context:
space:
mode:
authorDmitry Vasilyev <vaseker@gmail.com>2015-09-15 22:36:49 +0500
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-09-15 14:02:02 -0400
commit942da888b50810097fd2c4a3708fe75887dd840e (patch)
treecde794dd496dbca6ed5e95f26e28465f70264314 /benchmark/README.md
parent360d0faf449720bfddbbac458cbe431e272ab9f1 (diff)
downloadandroid-node-v8-942da888b50810097fd2c4a3708fe75887dd840e.tar.gz
android-node-v8-942da888b50810097fd2c4a3708fe75887dd840e.tar.bz2
android-node-v8-942da888b50810097fd2c4a3708fe75887dd840e.zip
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>
Diffstat (limited to 'benchmark/README.md')
-rw-r--r--benchmark/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index 3216141c4e..c3d950f792 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -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
@@ -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:
```
@@ -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:
```