Update benchmark.sh
This commit is contained in:
parent
8c795ffe1a
commit
abf0e111be
@ -10,7 +10,8 @@ maxthreads=160
|
||||
WRK_INSTALLED=$(which wrk)
|
||||
if [ "$WRK_INSTALLED" = "" ]
|
||||
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
|
||||
cd wrk
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user