remove hey from echo

This commit is contained in:
Torma Kristóf 2019-10-29 13:18:40 +01:00
parent 06a9a57c88
commit bb9ca10bad
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ for function in "${functions[@]}"; do
datetime=$(date '+%Y-%m-%d-%H-%M-%S')
echo -e "Time: $time\n"
if [[ $* == *"--fire"* ]]; then
echo -e "hey-summary $datetime\n"
echo -e "summary $datetime\n"
if $kubeless; then
if [[ $* == *"--loadtest"* ]]; then
loadtest -H "Host: $function.kubeless" --rps $rps -c $connection -t $time -p "$function_firendly".body http://$kuberhost/"$function" >./data/"$function"."$connection"."$time"."$datetime".txt
@ -75,7 +75,7 @@ for function in "${functions[@]}"; do
fi
if [[ $* == *"--for"* ]]; then
for num in 1 2 3 4 5 6 7 8 9 10; do
echo -e "hey-for $num\n"
echo -e "for $num\n"
if $kubeless; then
if [[ $* == *"--loadtest"* ]]; then
loadtest -H "Host: $function.kubeless" --rps $rps -c $connection -t $time -p "$function_firendly".body http://$kuberhost/"$function" >./data/"$function"."$num".txt