From b788fc0f2f07cbce2a7dfff1e59f30320e93936a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 2 Apr 2019 23:19:46 +0200 Subject: [PATCH] Update benchmark.sh --- functions/benchmark.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/benchmark.sh b/functions/benchmark.sh index 0c26fc6..bd48730 100644 --- a/functions/benchmark.sh +++ b/functions/benchmark.sh @@ -29,6 +29,7 @@ do echo -e "Benchmarking $function\n" echo -e "Output of $function is:\n" curl --header "Host: $function.kubeless" --header "Content-Type:application/json" http://$kuberhost/$function + echo -e "\n" for connection in "${connections[@]}" do if [[ $connection -lt 21 ]]