Update benchmark.sh
This commit is contained in:
parent
bc529ef62a
commit
37cb8958b7
@ -53,7 +53,7 @@ for function in "${data[@]}"
|
|||||||
do
|
do
|
||||||
echo -e "Benchmarking $function\n"
|
echo -e "Benchmarking $function\n"
|
||||||
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"
|
||||||
for connection in "${connections[@]}"
|
for connection in "${connections[@]}"
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user