zalando-incubator / docker-locust

Docker image for the Locust.io open source load testing tool
Other
204 stars 66 forks source link

How is this different from other Docker images for Locust.io? #2

Closed lasomethingsomething closed 7 years ago

lasomethingsomething commented 8 years ago

What makes this different from any of these Docker images? Putting a few lines about this in the README will be helpful to anyone external who might be able to use it.

lasomethingsomething commented 8 years ago

Dude, can I get an answer here? Clarifying this will only help potential users figure out if they want to use this or not. :)

hjacobs commented 8 years ago

Main difference: it loads the actual test execution script (locustfile.py) from AWS S3, i.e. the same Docker image can be used for different load testing scenarios without providing the locustfile.py "locally" on the server (or in the Docker image itself).

lasomethingsomething commented 8 years ago

+1. Let's add this to the README. I'll draft up some lines today or tomorrow, depending on time. :)