Skip to content

Performance Testing

Irimie Bogdan edited this page Mar 2, 2016 · 1 revision

Testing the client can be done via Locust script.

The Locust script can be started using: locust -H <targetAddress:port> -f <Locust script>

E.g.locust -H http://localhost:8080 -f ClientRequestTester.py

Clone this wiki locally