tag1consulting / goose

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

--hatch-rate doesn't support fractions, e.g. --hatch-rate .1 (every tenth of a second), instead it is 10 seconds #495

Closed ElijahLynn closed 2 years ago

ElijahLynn commented 2 years ago

A --hatch-rate of .1 appears to be converted to 10 (seconds). Would be good to set a hatch rate in fractions of a second.

ElijahLynn commented 2 years ago

DOH - I see now, setting it to a higher number increases the per-second user hatch rate... just like the docs say. Reading helps.