From 5bdbdb1ac6acf6ceba7d1a7b03b652f7938ee7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 2 Apr 2019 22:42:30 +0200 Subject: [PATCH] Update benchmark.sh --- functions/benchmark.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/benchmark.sh b/functions/benchmark.sh index b3f1d5c..f8d5d35 100644 --- a/functions/benchmark.sh +++ b/functions/benchmark.sh @@ -19,6 +19,6 @@ do fi echo -e "Threads: $threads Connections $connection\n" wrk -t$threads -d1m -c$connection -H"Host: $function.cucc" -H"Content-Type:application/json" --latency http://$kuberhost/$function > ./$function.$connection.txt 2>&1 - hey -n 10000 -c $connection -o csv -m GET -host "$function.cucc" -T "application/json" http://$kuberhost/$function > $function.$connection.csv + hey -n 10000 -c $connection -o csv -m GET -host "$function.kubeless" -T "application/json" http://$kuberhost/$function > $function.$connection.csv done -done \ No newline at end of file +done