summaryrefslogtreecommitdiff
path: root/benchmark/common.js
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/common.js
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/common.js')
-rw-r--r--benchmark/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/common.js b/benchmark/common.js
index 7d1730c373..825bfb43f0 100644
--- a/benchmark/common.js
+++ b/benchmark/common.js
@@ -8,7 +8,7 @@ exports.PORT = process.env.PORT || 12346;
if (module === require.main) {
var type = process.argv[2];
if (!type) {
- console.error('usage:\n ./node benchmark/common.js <type>');
+ console.error('usage:\n ./iojs benchmark/common.js <type>');
process.exit(1);
}