To build:
docker build -t httptest .To run:
docker run -d -p 3000:3000 --name http-container httptestTo build:
dub build -b=release --compiler=ldc2To run benchmark:
bombardier_{OS} -c {connections} -d 10s -l http://127.0.0.1:3000 > results/{OS}/{framework}_{connections}