From bc529ef62a57f939ae50cd8648a7a06d9a08d069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 3 Apr 2019 00:15:30 +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 f309df9..36ed913 100644 --- a/benchmark/benchmark.sh +++ b/benchmark/benchmark.sh @@ -53,7 +53,7 @@ for function in "${data[@]}" do echo -e "Benchmarking $function\n" echo -e "Output of $function is:\n" - curl --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" for connection in "${connections[@]}" do