From fca23f7504d1e2c173c9971cd050fcef5838135c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 3 Apr 2019 12:53:42 +0200 Subject: [PATCH] Update benchmark.sh --- benchmark/benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.sh b/benchmark/benchmark.sh index e8a2f29..9a57ce7 100644 --- a/benchmark/benchmark.sh +++ b/benchmark/benchmark.sh @@ -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