MCPcopy
hub / github.com/locustio/locust / MyUser2

Class MyUser2

locust/test/test_env.py:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 pass
25
26 class MyUser2(User):
27 wait_time = constant(0)
28
29 @task
30 def my_task(self):
31 pass
32
33 environment = Environment(user_classes=[MyUser1, MyUser2])
34

Callers

nothing calls this directly

Calls 1

constantFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…