Update benchmark.sh
This commit is contained in:
parent
8c795ffe1a
commit
abf0e111be
@ -10,7 +10,8 @@ maxthreads=160
|
|||||||
WRK_INSTALLED=$(which wrk)
|
WRK_INSTALLED=$(which wrk)
|
||||||
if [ "$WRK_INSTALLED" = "" ]
|
if [ "$WRK_INSTALLED" = "" ]
|
||||||
then
|
then
|
||||||
apt-get install build-essential libssl-dev git -y
|
apt update
|
||||||
|
apt install build-essential libssl-dev git -y
|
||||||
git clone https://github.com/wg/wrk.git wrk
|
git clone https://github.com/wg/wrk.git wrk
|
||||||
cd wrk
|
cd wrk
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user