Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 383 Bytes

File metadata and controls

26 lines (19 loc) · 383 Bytes

Docker commands

To build:

docker build -t httptest .

To run:

docker run -d -p 3000:3000 --name http-container httptest

Run locally

To build:

dub build -b=release --compiler=ldc2

Bombardier commands

To run benchmark:

bombardier_{OS} -c {connections} -d 10s -l http://127.0.0.1:3000 > results/{OS}/{framework}_{connections}