Update benchmark.sh

This commit is contained in:
Torma Kristóf 2019-04-03 00:53:48 +02:00 committed by GitHub
parent 4ac1b049b0
commit 8bf6d64a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ kuberhost="node1:32764"
WRK_INSTALLED=$(which wrk)
if [ "$WRK_INSTALLED" = "" ]
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
cd wrk
make