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