From a61887a96d97e3e5499ab94f194bbf66f329d363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 3 Apr 2019 12:54:54 +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 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