Update benchmark.sh
This commit is contained in:
		@@ -66,8 +66,8 @@ do
 | 
			
		||||
	for time in "${times[@]}"
 | 
			
		||||
    	do
 | 
			
		||||
		echo -e "Time: $time\n"
 | 
			
		||||
        	wrk "${wrk_options[@]}" > "${$wrk_output}" 2>&1
 | 
			
		||||
		hey "${hey_options[@]}" > "${$hey_output}"
 | 
			
		||||
        	wrk "${wrk_options[@]}" > ./$wrk_output 2>&1
 | 
			
		||||
		hey "${hey_options[@]}" > ./$hey_output
 | 
			
		||||
        done
 | 
			
		||||
    done
 | 
			
		||||
done
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user