This repository contains a setup for performing load testing on a Python Flask web server using Locust. Locust is an open-source performance/load testing tool that allows you to define your tests ...
Locust is an easy-to-use, distributed, user load testing tool. It is intended for load-testing web sites (or other systems) and figuring out how many concurrent users a system can handle. The idea is ...