From 06be30352a74233f47c0b2e28f9ed0c79659a15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 2 Apr 2019 23:24:59 +0200 Subject: [PATCH] Update benchmark.sh --- functions/benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/benchmark.sh b/functions/benchmark.sh index 79b8ce8..32cc810 100644 --- a/functions/benchmark.sh +++ b/functions/benchmark.sh @@ -40,6 +40,6 @@ do fi echo -e "Threads: $threads Connections $connection\n" wrk -t$threads -d1m -c$connection -H"Host: $function.kubeless" -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.kubeless" -T "application/json" http://$kuberhost/$function > $function.$connection.csv + hey -n 100000000 -c $connection -o csv -m GET -host "$function.kubeless" -T "application/json" http://$kuberhost/$function > $function.$connection.csv done done