fix benchmark script
This commit is contained in:
parent
243273cc5b
commit
82a94ae01e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user