From abf0e111bee6b29f0c4bc8a7151039d6f6d722dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 3 Apr 2019 12:25:06 +0200 Subject: [PATCH] Update benchmark.sh --- benchmark/benchmark.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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