summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-03-31 21:38:14 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-03-31 21:48:12 -0400
commit37218f7881e5f94a0cb14ccad9ad101efe1203fd (patch)
tree9da277fbfb211f7770cc90045ef0ca654cde8487 /Makefile
parent7d6356c9802d01819549d40c22ccc426d27030f1 (diff)
some preliminar analysis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
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