Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 350 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 350 Bytes

Load / Integration Tests

These tests simulate actual end user usage of the application. They are used to validate the overall functionality and can also be used to put simulated load on the system. The tests are written using locust.io

Run load test:

locust --headless --users 10 --spawn-rate 10 -H http://192.0.2.33