A bot to send http requests per second. Runs via a Docker image.
Requires task, docker, docker-compose
Run docker container
task run
Set command
in docker-compose to your desired RPS and URL.
requestbot -c 10 -u https://google.com
Build the Golang binary locally
task build_bin
Removes local binary and docker image
task clean