fix benchmark script

This commit is contained in:
2019-11-10 20:49:36 +01:00
parent 243273cc5b
commit 82a94ae01e

View File

@ -21,7 +21,7 @@ if [[ $HEY_INSTALLED == "" ]]; then
fi
LOADTEST_INSTALLED=$(command -v loadtest)
if [[ LOADTEST_INSTALLED == "" ]]; then
if [[ $LOADTEST_INSTALLED == "" ]]; then
apt update
apt install -y nodejs npm
npm i -g loadtest