From 9122bbd80925fb89e906fd327a48ed61020f70fe Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 14 Oct 2018 12:12:44 -0500 Subject: [PATCH] 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 --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 5e7cd95..5ed1ea6 100755 --- a/run.sh +++ b/run.sh @@ -51,6 +51,6 @@ fi ./speedtest-cli --server=16089 > results/speedtest2.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