Update benchmark.sh

This commit is contained in:
2019-04-03 12:53:42 +02:00
committed by GitHub
parent b921dc9bfa
commit fca23f7504

View File

@ -67,7 +67,7 @@ do
do do
echo -e "Time: $time\n" echo -e "Time: $time\n"
wrk "${wrk_options[@]}" > "${$wrk_output}" 2>&1 wrk "${wrk_options[@]}" > "${$wrk_output}" 2>&1
hey "${hey_options[@]}" > "${$hey_output} hey "${hey_options[@]}" > "${$hey_output}"
done done
done done
done done