calibre-web-companion/loadtesting/locust.conf
2020-07-17 00:48:54 -03:00

10 lines
162 B
Plaintext

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