calibre-web-companion/loadtesting/locust.conf

10 lines
162 B
Plaintext
Raw Normal View History

2020-07-17 03:48:54 +00:00
locustfile = locustfile.py
expect-workers = 50
host = http://127.0.0.1:8000
users = 20
hatch-rate = 2
run-time = 2m
headless = true
csv=calibre
only-summary=true