This commit is contained in:
Jun Kurihara 2022-07-20 02:02:51 +09:00
commit fc296a4d01
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
5 changed files with 101 additions and 80 deletions

View file

@ -18,11 +18,17 @@ echo "Benchmark on rpxy"
#wrk -t8 -c100 -d30s http://127.0.0.1:8080/index.html
rewrk -c 256 -t 4 -d 10s -h http://localhost:8080 --pct
echo "sleep 3 secs"
sleep 3
echo "----------------------------"
echo "Benchmark on nginx"
# wrk -t8 -c100 -d30s http://127.0.0.1:8090/index.html
rewrk -c 256 -t 4 -d 10s -h http://localhost:8090 --pct
echo "sleep 3 secs"
sleep 3
echo "----------------------------"
echo "Benchmark on caddy"
# wrk -t8 -c100 -d30s http://127.0.0.1:8100/index.html