From d74a3ba7986aa061c78fd5fb46d3fa99aac1e608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 26 Apr 2019 16:17:33 +0200 Subject: [PATCH] Update benchmark.sh --- benchmark/benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.sh b/benchmark/benchmark.sh index 290d7f8..92ca6ae 100644 --- a/benchmark/benchmark.sh +++ b/benchmark/benchmark.sh @@ -41,7 +41,7 @@ do echo -e "Benchmarking $function\n" echo -e "Output of $function is:\n" perl -pi -e 'chomp if eof' "$function".body - curl --data-binary @"$function".body --header "Host: $function.kubeless" --header "Content-Type:application/json" http://$kuberhost/"$function" + curl --data-binary @"$function_friendly".body --header "Host: $function.kubeless" --header "Content-Type:application/json" http://$kuberhost/"$function" echo -e "\n" if [[ $* = *"--wave"* ]] then