summaryrefslogtreecommitdiff
path: root/toys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toys/Makefile')
-rw-r--r--toys/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/toys/Makefile b/toys/Makefile
deleted file mode 100644
index 33761a1..0000000
--- a/toys/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Simple PoC toys
-
-perf:
- 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
-
-thread-server:
- python server2.py
-
-ampoule-server:
- python server3.py
-