MCPcopy Create free account
hub / github.com/locustio/locust / noinfo

Method noinfo

examples/web_ui_cache_stats.py:28–30  ·  view source on GitHub ↗

No X-Cache header (noinfo counter)

(l)

Source from the content-addressed store, hash-verified

26
27 @task(1)
28 def noinfo(l):
29 """No X-Cache header (noinfo counter)"""
30 l.client.get("/")
31
32
33class WebsiteUser(HttpUser):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected