myzhan / locust4j

Locust4j is a load generator for locust, written in Java.
MIT License
81 stars 30 forks source link

Can we look for env vars for master host and port? #20

Closed crichardson32 closed 3 years ago

crichardson32 commented 4 years ago

It would be nice if we could check env vars LOCUST_MASTER_NODE_HOST and LOCUST_MASTER_NODE_PORT for connection info instead of having to define it inside the tests. This would match the python clients way of passing in connection info.

myzhan commented 3 years ago

It will be supported in 2.0.0 :D