summaryrefslogtreecommitdiff
path: root/benchmark/README.md
diff options
context:
space:
mode:
authorYosuke Furukawa <yosuke.furukawa@gmail.com>2015-01-15 01:46:28 +0900
committerBen Noordhuis <info@bnoordhuis.nl>2015-01-14 02:29:59 +0100
commit182c3b689caed1bab1c72f438a81c9fb6ca61c44 (patch)
treee72c7ee0a86581f1427b54b1c9dbe41c1fcc1afb /benchmark/README.md
parenta7f530964b1c4430d0be7e3796700a0f81068dc5 (diff)
downloadandroid-node-v8-182c3b689caed1bab1c72f438a81c9fb6ca61c44.tar.gz
android-node-v8-182c3b689caed1bab1c72f438a81c9fb6ca61c44.tar.bz2
android-node-v8-182c3b689caed1bab1c72f438a81c9fb6ca61c44.zip
benchmark: fix command name in benchmark scripts
PR-URL: https://github.com/iojs/io.js/pull/410 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'benchmark/README.md')
-rw-r--r--benchmark/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index 695f0eac7f..95ade9840d 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -1,7 +1,7 @@
-# Node.js core benchmark tests
+# io.js core benchmark tests
This folder contains benchmark tests to measure the performance for certain
-Node.js APIs.
+io.js APIs.
## How to run tests
@@ -10,7 +10,7 @@ There are two ways to run benchmark tests:
1. Run all tests of a given type, for example, buffers
```sh
-node benchmark/common.js buffers
+iojs benchmark/common.js buffers
```
The above command will find all scripts under `buffers` directory and require
@@ -70,7 +70,7 @@ buffers/buffer-read.js noAssert=false buffer=fast type=UInt16BE millions=1: 244.
2. Run an individual test, for example, buffer-slice.js
```sh
-node benchmark/buffers/buffer-read.js
+iojs benchmark/buffers/buffer-read.js
```
The output:
```