Update benchmark.sh
This commit is contained in:
parent
14ca3067e0
commit
2599de7dfc
@ -27,6 +27,8 @@ fi
|
|||||||
for function in "${functions[@]}"
|
for function in "${functions[@]}"
|
||||||
do
|
do
|
||||||
echo -e "Benchmarking $function\n"
|
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[@]}"
|
for connection in "${connections[@]}"
|
||||||
do
|
do
|
||||||
if [[ $connection -lt 21 ]]
|
if [[ $connection -lt 21 ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user