From 5bcc88fb9131884edd545af1f085c043cf34166a Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 2 Apr 2019 12:01:41 +0200 Subject: add real simple webserver benchmark using nginx and ab --- src/benchmarks/httpd/html/index.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/benchmarks/httpd/html/index.html (limited to 'src/benchmarks/httpd/html') diff --git a/src/benchmarks/httpd/html/index.html b/src/benchmarks/httpd/html/index.html new file mode 100644 index 0000000..7052ab3 --- /dev/null +++ b/src/benchmarks/httpd/html/index.html @@ -0,0 +1,5 @@ + + +foobar + + -- cgit v1.2.3