From 34fdc91c209d45c46383c624e47c30e1b22ba3f6 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilyev Date: Tue, 15 Sep 2015 22:36:49 +0500 Subject: [PATCH] doc: rename from io.js to node in benchmarks benchmark exec examples --- benchmark/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/benchmark/README.md b/benchmark/README.md index 3216141c4e2cf6..c3d950f792e31f 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: ```