DEV Community

Discussion on: performance testing with locust - 01 - get started

Collapse
 
taragrg6 profile image
taragurung

DeprecationWarning: Usage of min_wait and max_wait is deprecated since version 0.13. Instead use: wait_time = between(1, 10)
), DeprecationWarning)

Collapse
 
individualit profile image
Artur Neumann • Edited

thanks, I will adjust that. 0.13 was released after I wrote the article