Reputation: 1
I'm trying to create a complex user load pattern in Locust and need help defining a custom load shape. Here is the scenario I want to implement:
User load pattern:
Total Duration: 1 hour (60 minutes)
I understand that I need to use a custom LoadTestShape
class to define this pattern. Could someone explain how to structure the tick method to accurately follow this user load pattern? What would be the best approach to implement this in Locust?
Upvotes: 0
Views: 106