summaryrefslogtreecommitdiff
path: root/benchmark/http_simple_bench.sh
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-18 17:48:49 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-10-18 17:48:49 -0700
commita313f38c34585516bcad322e9f489ae8bac83f49 (patch)
treeb5e4f24fcdadf4a559af8fbc50b31082143a5090 /benchmark/http_simple_bench.sh
parent1b2f6f9e29bf7137e177b8d9b600fe558d36f512 (diff)
downloadandroid-node-v8-a313f38c34585516bcad322e9f489ae8bac83f49.tar.gz
android-node-v8-a313f38c34585516bcad322e9f489ae8bac83f49.tar.bz2
android-node-v8-a313f38c34585516bcad322e9f489ae8bac83f49.zip
use bash instead of sh in http_simple_bench.sh
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 79cbaa79cf..6ba8e0664d 100755
--- a/benchmark/http_simple_bench.sh
+++ b/benchmark/http_simple_bench.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
SERVER=127.0.0.1
PORT=8000