aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/httpd/html/index.html
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-04-02 12:01:41 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-04-02 12:01:41 +0200
commit5bcc88fb9131884edd545af1f085c043cf34166a (patch)
tree090b05e1d97ab44e15cc82903707701b6f03ed60 /src/benchmarks/httpd/html/index.html
parent5f477e0561b613038888a0fd7169f9b6dc11b118 (diff)
downloadallocbench-5bcc88fb9131884edd545af1f085c043cf34166a.tar.gz
allocbench-5bcc88fb9131884edd545af1f085c043cf34166a.zip
add real simple webserver benchmark using nginx and ab
Diffstat (limited to 'src/benchmarks/httpd/html/index.html')
-rw-r--r--src/benchmarks/httpd/html/index.html5
1 files changed, 5 insertions, 0 deletions
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 @@
+<html>
+<body>
+foobar
+</body>
+</html>