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

Class WebsiteUser

examples/web_ui_cache_stats.py:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class WebsiteUser(HttpUser):
34 host = "http://httpbin.org"
35 wait_time = between(2, 5)
36 tasks = [MyTaskSet]
37
38
39# This example is based on the Varnish hit/miss headers (https://docs.varnish-software.com/tutorials/hit-miss-logging/).

Callers

nothing calls this directly

Calls 1

betweenFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…