Update benchmark.sh

This commit is contained in:
Torma Kristóf 2019-04-03 00:20:57 +02:00 committed by GitHub
parent 37cb8958b7
commit 0b77909dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ do
echo -e "Output of $function is:\n"
curl --data-binary "@$function.body.txt" --header "Host: $function.kubeless" --header "Content-Type:application/json" http://$kuberhost/$function
echo -e "\n"
tr -d '\n' < $function.body.txt
for connection in "${connections[@]}"
do
if [[ $connection -lt 41 ]]