Update benchmark.sh
This commit is contained in:
parent
4ac1b049b0
commit
8bf6d64a75
@ -9,7 +9,7 @@ kuberhost="node1:32764"
|
|||||||
WRK_INSTALLED=$(which wrk)
|
WRK_INSTALLED=$(which wrk)
|
||||||
if [ "$WRK_INSTALLED" = "" ]
|
if [ "$WRK_INSTALLED" = "" ]
|
||||||
then
|
then
|
||||||
sudo apt-get install build-essential libssl-dev git -y
|
apt-get 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