Update benchmark.sh

This commit is contained in:
Torma Kristóf 2019-04-03 12:50:05 +02:00 committed by GitHub
parent f8b9c8bfd7
commit c243005254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ do
for time in "${times[@]}"
do
echo -e "Time: $time\n"
wrk "${wrk_options[@]}" $wrk_additional_options > $wrk_output 2>&1
hey "${hey_options[@]}" $hey_additional_options > $hey_output
wrk "${wrk_options[@]}" $wrk_additional_options > "${$wrk_output}" 2>&1
hey "${hey_options[@]}" $hey_additional_options > "${$hey_output}
done
done
done