Update benchmark.sh
This commit is contained in:
parent
37cb8958b7
commit
0b77909dd0
@ -55,6 +55,7 @@ do
|
|||||||
echo -e "Output of $function is:\n"
|
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
|
curl --data-binary "@$function.body.txt" --header "Host: $function.kubeless" --header "Content-Type:application/json" http://$kuberhost/$function
|
||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
|
tr -d '\n' < $function.body.txt
|
||||||
for connection in "${connections[@]}"
|
for connection in "${connections[@]}"
|
||||||
do
|
do
|
||||||
if [[ $connection -lt 41 ]]
|
if [[ $connection -lt 41 ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user