Calmcode - locust: introduction

Load testing tool in Python with Locust.

1 2 3 4 5 6 7 8

It's nice to know how much traffic your webapp can handle before it gets this amount of traffic for the first time. A tool that can help you calculate this is called locust.

You can check out the website over at locust.io.

Note that to get started with this series of videos you will need to install some packages.

pip install locust fastapi uvicorn flask