From 37218f7881e5f94a0cb14ccad9ad101efe1203fd Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 31 Mar 2016 21:38:14 -0400 Subject: some preliminar analysis --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b5ca7dc..9bb781a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,11 @@ perf: - httperf --server localhost --port 8080 --num-calls 200 --num-conns 10 --uri / + httperf --server localhost --port 8080 --num-calls 200 --num-conns 20 --uri / + +perf-little: + httperf --server localhost --port 8080 --num-calls 5 --num-conns 20 --uri / + +perf-easy: + httperf --server localhost --port 8080 --num-calls 5 --num-conns 20 --uri /hi inline-server: python server.py -- cgit v1.2.3