Load tester for use in CI/CD environments. Uses boom
170
Based on boom (https://github.com/tarekziade/boom)
docker run thecodeassassin/alpine-load-tester -n 50 https://google.nl
In a CI/CD environments you can cause the build process to fail when a route doesn't perform as expected. For this you can use jq (https://stedolan.github.io/jq/).
Example:
echo "Testing https://google.nl"
docker run thecodeassassin/alpine-load-tester -n 50 https://google.nl | jq -e -r '.avg < 0.20'
This command will return an exit code 1 if the condition has not been met.
Content type
Image
Digest
Size
81.2 MB
Last updated
about 8 years ago
docker pull thecodeassassin/alpine-load-tester