microservices-demo / load-test

A load-test script & container for Sock Shop
Apache License 2.0
50 stars 137 forks source link

DEPRECATED: 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

Parameters

Running locally

Requirements

./runLocust.sh -h [host] -c [number of clients] -r [number of requests]

Running in Docker Container