fix benchmark script
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user