diff --git a/benchmark/benchmark.sh b/benchmark/benchmark.sh index 9a57ce7..02b009a 100644 --- a/benchmark/benchmark.sh +++ b/benchmark/benchmark.sh @@ -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