fix: comment out ab test

Running `ab` on the server connecting to itself was never a good metric. Command
broke when switching from Apache to Nginx so there's no real need for it
This commit is contained in:
Josh Sherman 2018-10-14 12:12:44 -05:00
parent 33d35cbe10
commit 9122bbd809
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

2
run.sh
View file

@ -51,6 +51,6 @@ fi
./speedtest-cli --server=16089 > results/speedtest2.log ./speedtest-cli --server=16089 > results/speedtest2.log
./speedtest-cli --server=16089 > results/speedtest3.log ./speedtest-cli --server=16089 > results/speedtest3.log
ab -kc 1000 -n 10000 http://127.0.0.1/ > results/ab.log # ab -kc 1000 -n 10000 http://127.0.0.1/ > results/ab.log
tar -zcvf "results-$PROVIDER.tgz" results tar -zcvf "results-$PROVIDER.tgz" results