Update benchmark.sh

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

View File

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