oliviermary/wrk:latest
oliviermary/wrk:4.1.0
Encapsulates wrk in a docker image.
Run wrk with 8 threads for 30sec on https://domain.tld
docker run --rm oliviermary/wrk -t 8 -d 30s https://domain.tld
Run on localhost
docker run --rm --net=host oliviermary/wrk -t 8 -d 1s http://localhost
MIT