Python - Locust - Distributed configuration

Опубликовано: 17 Октябрь 2024
на канале: R3ap3rPy
622
6

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.

Let's learn how to use distributed configuration when one machine is not enough to handle your load testing scenario.

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