diff options
author | Yosuke Furukawa <yosuke.furukawa@gmail.com> | 2015-01-15 01:46:28 +0900 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2015-01-14 02:29:59 +0100 |
commit | 182c3b689caed1bab1c72f438a81c9fb6ca61c44 (patch) | |
tree | e72c7ee0a86581f1427b54b1c9dbe41c1fcc1afb /benchmark/plot.R | |
parent | a7f530964b1c4430d0be7e3796700a0f81068dc5 (diff) | |
download | node-new-182c3b689caed1bab1c72f438a81c9fb6ca61c44.tar.gz |
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/plot.R')
-rwxr-xr-x | benchmark/plot.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/plot.R b/benchmark/plot.R index 1f902eddfe..288e8bd5a4 100755 --- a/benchmark/plot.R +++ b/benchmark/plot.R @@ -52,7 +52,7 @@ ab.load <- function (filename, name) { filename <- args[0:1] -data <- ab.load(filename, "node") +data <- ab.load(filename, "iojs") # histogram |