diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-02 12:01:41 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-02 12:01:41 +0200 |
| commit | 5bcc88fb9131884edd545af1f085c043cf34166a (patch) | |
| tree | 090b05e1d97ab44e15cc82903707701b6f03ed60 /src/benchmarks/httpd/html | |
| parent | 5f477e0561b613038888a0fd7169f9b6dc11b118 (diff) | |
| download | allocbench-5bcc88fb9131884edd545af1f085c043cf34166a.tar.gz allocbench-5bcc88fb9131884edd545af1f085c043cf34166a.zip | |
add real simple webserver benchmark using nginx and ab
Diffstat (limited to 'src/benchmarks/httpd/html')
| -rw-r--r-- | src/benchmarks/httpd/html/index.html | 5 |
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> |
