From c75db96d3e9b8e1fe2d8e044a1e5eaaf13b01620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 2 Apr 2019 23:08:21 +0200 Subject: [PATCH] Update benchmark.sh --- functions/benchmark.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions/benchmark.sh b/functions/benchmark.sh index bfd5b03..4d68262 100644 --- a/functions/benchmark.sh +++ b/functions/benchmark.sh @@ -12,7 +12,6 @@ then git clone https://github.com/wg/wrk.git wrk cd wrk make - # move the executable to somewhere in your PATH, ex: cp wrk /usr/local/bin fi @@ -22,8 +21,7 @@ then apt update apt install -y golang go get -u github.com/rakyll/hey - export GOPATH=$HOME/go - cp $GOPATH/bin/hey /usr/local/bin + cp $HOME/go/bin/hey /usr/local/bin fi for function in "${functions[@]}"