tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
809 stars 70 forks source link

Allow to set duration instead of seconds for task wait configuration #358

Closed finnefloyd closed 3 years ago

finnefloyd commented 3 years ago

I some cases, you want to have a high number of request from a small amount of users which is not possible with second as the time units. This allow you to set a waiting time in Duration.

jeremyandrews commented 3 years ago

Another very nice PR, thanks again! I'll merge once you address the minor feedback above to make the code a little more readable.

finnefloyd commented 3 years ago

Thank you, I have addressed your comments.

jeremyandrews commented 3 years ago

All it needs is a line added to CHANGELOG, and like the other API changes note that this is too.