Once we have the search indexer running with steps above, navigate to the test folder and run the following command:
locust -f locust-clusters.py
Follow the url provided (http://localhost:8089) and input load parameters in ui prompt.
Alternatively, we can just use this one line command instead of the UI for more automatated flow:
locust -f locust-clusters.py --headless --users 10 --spawn-rate 5 -H https://localhost:3010