kjayachandra2000 / locust-perf-test

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 76.2%Language:Makefile 23.8%