From 8bf6d64a7506144575fa9f66b4aa343ee03ec6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 3 Apr 2019 00:53:48 +0200 Subject: [PATCH] Update benchmark.sh --- benchmark/benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.sh b/benchmark/benchmark.sh index b3847a0..aefc41a 100644 --- a/benchmark/benchmark.sh +++ b/benchmark/benchmark.sh @@ -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