This project was created to perform realistic load testing against a vacancy server that communicates via gRPC. It uses Locust to simulate concurrent users interacting with the system in a way that ...
This project experiments about the use of FastAPI for building high-performance APIs with asynchronous capabilities, while offloading heavy or long-running tasks to Celery workers. Locust is used for ...