# Locust.io load tests

## Installation
```
make install
```
Copy .env.shadow to .env, fill up the values.

## Run
```
make start_es_qa
```
Open http://0.0.0.0:8089 in your browser.
Run tests.

When finished, run:
```
make stop
```
