Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/locustio/locust
/ TaskSet1
Class
TaskSet1
locust/test/test_wait_time.py:14–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
wait_time = between(3, 9)
13
14
class
TaskSet1(TaskSet):
15
pass
16
17
class
TaskSet2(TaskSet):
18
wait_time = between(20.0, 21.0)
Callers
3
test_between
Method · 0.85
test_constant
Method · 0.85
test_default_wait_time
Method · 0.85
Calls
no outgoing calls
Tested by
3
test_between
Method · 0.68
test_constant
Method · 0.68
test_default_wait_time
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…