Browse Source

use bash instead of sh in http_simple_bench.sh

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
a313f38c34
  1. 2
      benchmark/http_simple_bench.sh

2
benchmark/http_simple_bench.sh

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
SERVER=127.0.0.1
PORT=8000

Loading…
Cancel
Save