diff --git a/benchmark/benchmark.sh b/benchmark/benchmark.sh index ea8b132..2aa3294 100644 --- a/benchmark/benchmark.sh +++ b/benchmark/benchmark.sh @@ -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