myzhan / locust4j

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

implements onStart and onStop #23

Closed sunnychanwork closed 3 years ago

sunnychanwork commented 3 years ago

This allows set up tasks to be run before the worker start running, as well as clean up code.

myzhan commented 3 years ago

@sunnychanwork Thanks for your contribution, can you rebase your commits to eliminate those "fix format" commits?