performance-engineering-ucu

How to run

Python code

Create virtual environment

python -m venv venv

Activate

source venv/bin/activate

Install project dependencies

pip install -r requirements.txt