summaryrefslogtreecommitdiff
path: root/benchmark/http_simple_bench.sh
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/http_simple_bench.sh')
-rwxr-xr-xbenchmark/http_simple_bench.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/http_simple_bench.sh b/benchmark/http_simple_bench.sh
index 6948227974..2066047b9e 100755
--- a/benchmark/http_simple_bench.sh
+++ b/benchmark/http_simple_bench.sh
@@ -14,7 +14,7 @@ if [ ! -d benchmark/ ]; then
fi
if [ $SERVER == "127.0.0.1" ]; then
- ./node benchmark/http_simple.js &
+ ./iojs benchmark/http_simple.js &
node_pid=$!
sleep 1
fi