To run the locust server you need to run;
locust -f benchmark.py
From here you get a user interface. It's typically available at 0.0.0.0:8089 unless you've changed the port number.
locust: run
To run the locust server you need to run;
locust -f benchmark.py
From here you get a user interface. It's typically available at 0.0.0.0:8089 unless you've changed the port number.