Page MenuHomePhabricator
Paste P54828

locust configuration file to run article descriptions isvc load test
ActivePublic

Authored by kevinbazira on Jan 17 2024, 3:14 PM.
[locust]
# Specify the load test script file
locustfile = article_descriptions.py
# Enable CSV result saving with a custom prefix
csv = article_descriptions
# Set user count, hatch rate, and test duration
headless = true
users = 1
spawn-rate = 1
run-time = 10s
# Only print the summary report
only-summary = true