| 31 | |
| 32 | |
| 33 | class 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/). |
nothing calls this directly
no test coverage detected
searching dependent graphs…