From c24300525435697e2ccf1b32b0af04d7bde554cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 3 Apr 2019 12:50:05 +0200 Subject: [PATCH] Update benchmark.sh --- benchmark/benchmark.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/benchmark.sh b/benchmark/benchmark.sh index 05ff0d4..ea07e23 100644 --- a/benchmark/benchmark.sh +++ b/benchmark/benchmark.sh @@ -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