Support for Datadog tracing in CartService and RedisDB.

Updated the README documentation
This commit is contained in:
Rahul Jagad 2020-09-01 19:50:21 -07:00
parent 8c6da2c0d5
commit 550c2b86b2
6 changed files with 67 additions and 2 deletions

View file

@ -78,4 +78,4 @@ class UserBehavior(TaskSet):
class WebsiteUser(HttpLocust):
task_set = UserBehavior
wait_time = between(1, 10)
wait_time = between(10, 30)