summaryrefslogtreecommitdiff
path: root/doc/guides/writing-and-running-benchmarks.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides/writing-and-running-benchmarks.md')
-rw-r--r--doc/guides/writing-and-running-benchmarks.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guides/writing-and-running-benchmarks.md b/doc/guides/writing-and-running-benchmarks.md
index 75435daf39..22e235df32 100644
--- a/doc/guides/writing-and-running-benchmarks.md
+++ b/doc/guides/writing-and-running-benchmarks.md
@@ -144,6 +144,7 @@ arrays/zero-int.js n=25 type=Buffer: 90.49906662339653
```
It is possible to execute more groups by adding extra process arguments.
+
```console
$ node benchmark/run.js arrays buffers
```
@@ -439,6 +440,7 @@ function main(conf) {
```
Supported options keys are:
+
* `port` - defaults to `common.PORT`
* `path` - defaults to `/`
* `connections` - number of concurrent connections to use, defaults to 100