Skip to content
Advertisement

Tag: load-testing

Locust: How to use distributed mode programmatically

I’m using locust to load test a bunch of apps, the problem is that it’s using more than 90% of the CPU and so I want to switch to distributed mode with master and workers, I know how it’s done in command line but I’m using locust as a library and it seems the docs don’t cover this case, here’s

Advertisement