/docker-gohttpbench

Primary LanguageDockerfileMIT LicenseMIT

docker-gohttpbench

Go-HttpBench dockerized.

More information about Go-HttpBench: https://github.com/parkghost/gohttpbench

Examples

Benchmark Google with GZip 10000 times with 100 connections concurrency

$ docker run --rm e7db/gohttpbench -z -n 10000 -c 100 https://google.com

Run on localhost

$ docker run --network host --rm e7db/gohttpbench http://localhost:5757

Read the help

$ docker run --rm e7db/gohttpbench --help