From b36ebc87f449af5ad7a677350a3ccfc7d26cfb1e Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 2 Nov 2017 09:28:56 -0200 Subject: move client responsiveness tests to a subfolder --- toys/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 toys/Makefile (limited to 'toys/Makefile') 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 - -- cgit v1.2.3