/locust-perf-test

As sample to run performance test: this also include on usage of MAKE file

Primary LanguagePython

Locust Performance Testing Sample

Development Setup & Testing

Create the virtual environment.

make venv

Activate the virtual environment manually from bash.

source venv/bin/activate
or
. venv/bin/activate

Deactivate the virtual environment manually from bash.

deactivate

Install dependencies

make install

Run test

locust