Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 431 Bytes

Loadgen

A simple load generator tool for Modern Go Application

Useful to demonstrate behavior and to fill charts with data.

docker build -t loadgen .
docker run --rm -it -e FRONTEND_ADDR=http://host.docker.internal:8000 loadgen

Alternatively, you can use the prebuilt image:

docker run --rm -it -e FRONTEND_ADDR=http://host.docker.internal:8000 sagikazarmark/modern-go-application:latest-loadgen