Update benchmark.sh

This commit is contained in:
Torma Kristóf 2019-04-02 23:15:53 +02:00 committed by GitHub
parent 14ca3067e0
commit 2599de7dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ fi
for function in "${functions[@]}"
do
echo -e "Benchmarking $function\n"
echo -e "Output of $function is:\n"
curl --header "Host: $function.cucc" --header "Content-Type:application/json" http://$kuberhost/$function
for connection in "${connections[@]}"
do
if [[ $connection -lt 21 ]]