You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run config-users in my CLI using a JSON file that establishes a fixed user count for a class. However, it for some reason will only ramp to 1 user.
Prerequisites
Description
I'm trying to run
config-users
in my CLI using a JSON file that establishes a fixed user count for a class. However, it for some reason will only ramp to 1 user.The JSON:
[
{
"user_class_name": "BasicHealthCheckScenario2",
"fixed_count": 15
},
]
Command line
locust -f ./locustfiles/user_classes/myfile.py --headless --config-users config2.json --host
Locustfile contents
Python version
3.9.6
Locust version
2.29.1
Operating system
Mac OS
The text was updated successfully, but these errors were encountered: