summaryrefslogtreecommitdiff
path: root/benchmark/README.md
diff options
context:
space:
mode:
authorAndreas Madsen <amwebdk@gmail.com>2016-01-30 14:27:02 +0100
committerAndreas Madsen <amwebdk@gmail.com>2016-07-26 12:48:46 +0200
commit0f9bfaa7c51bb5f4910ddf068ed89b1bdf35e7d5 (patch)
tree347e9dfe89313afe0eddab8361da0c697d256bd3 /benchmark/README.md
parentedbed3f3fd8b0010f3f474934ad880fa2898265a (diff)
downloadandroid-node-v8-0f9bfaa7c51bb5f4910ddf068ed89b1bdf35e7d5.tar.gz
android-node-v8-0f9bfaa7c51bb5f4910ddf068ed89b1bdf35e7d5.tar.bz2
android-node-v8-0f9bfaa7c51bb5f4910ddf068ed89b1bdf35e7d5.zip
benchmark: move cli parts of common.js into run.js
It wasn't obviouse that common.js was the main cli tool. PR-URL: https://github.com/nodejs/node/pull/7094 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'benchmark/README.md')
-rw-r--r--benchmark/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index c3d950f792..18764aae9a 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -24,7 +24,7 @@ There are three ways to run benchmark tests:
For example, buffers:
```bash
-node benchmark/common.js buffers
+node benchmark/run.js buffers
```
The above command will find all scripts under `buffers` directory and require