Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/locustio/locust
/ MyUser
Class
MyUser
locust/test/test_wait_time.py:11–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
class
TestWaitTime(LocustTestCase):
10
def
test_between(self):
11
class
MyUser(User):
12
wait_time = between(3, 9)
13
14
class
TaskSet1(TaskSet):
15
pass
Callers
4
test_between
Method · 0.70
test_constant
Method · 0.70
test_default_wait_time
Method · 0.70
test_constant_throughput
Method · 0.70
Calls
3
between
Function · 0.90
constant
Function · 0.90
constant_throughput
Function · 0.90
Tested by
4
test_between
Method · 0.56
test_constant
Method · 0.56
test_default_wait_time
Method · 0.56
test_constant_throughput
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…