tag1consulting / goose

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

Make the order users are launched configurable #221

Closed jeremyandrews closed 4 years ago

jeremyandrews commented 4 years ago

Currently users are launched in the order they’re defined. If a user has a weight of 10 the ten of those users are launched before the next type of user.

Make .round_robin() an optional argument to GooseAttack so one or each type is created instead (respecting weights so we don’t change the total number if each type if user created)

Another option could be .rand()