locust-dgt

Locust

Locust is a load testing framework.

Quick Setup

Setup the endpoints you want to test on the locustfile.py.

You will need docker and docker-compose installed in your system, in order to run this infrastructure.

Type:

docker compose up

Or, if you want to run it in the background

docker compose up -d

If you want to scale the number of workers:

docker-compose up --scale worker=4

Access the UI at http://localhost:8089/ and run your tests.

Some result tests can be found here. You can preview them here.

License

This project is released under an MIT License

License: MIT