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