File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ There are three ways to run benchmark tests:
2323
2424For example, buffers:
2525
26- ``` sh
27- iojs benchmark/common.js buffers
26+ ``` bash
27+ node benchmark/common.js buffers
2828```
2929
3030The 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
8888For example, buffer-slice.js:
8989
90- ``` sh
91- iojs benchmark/buffers/buffer-read.js
90+ ``` bash
91+ node benchmark/buffers/buffer-read.js
9292```
9393The 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```
110110Output:
111111```
You can’t perform that action at this time.
0 commit comments