summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-03-23 12:49:36 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-03-23 12:49:36 -0400
commit8e7a4c0b8bdbefdeb6db9660da97de5320899910 (patch)
tree45a962b686df06bb172c3f281fe4543c904205aa /Makefile
initial ideas
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5d2dd51
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+perf:
+ httperf --server localhost --port 8080 --num-calls 200 --num-conns 10 --uri /
+
+server:
+ python server.py