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

Class MyUser2

locust/test/test_runners.py:522–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 pass
521
522 class MyUser2(User):
523 wait_time = constant(0)
524
525 @task
526 def my_task(self):
527 pass
528
529 environment = Environment(user_classes=[MyUser1, MyUser2])
530 runner = LocalRunner(environment)

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…