Python - Locust and locustfile

Опубликовано: 15 Октябрь 2024
на канале: R3ap3rPy
744
9

Locust is an easy to use, scriptable and scalable performance testing tool.
You define the behaviour of your users in regular Python code, instead of being stuck in a UI or restrictive domain specific language. This makes Locust infinitely expandable and very developer friendly.

In this video we will further explore locust and how you can use the locust file.

Docs: https://docs.locust.io/en/stable/