-
Notifications
You must be signed in to change notification settings - Fork 5
add load testing #18
Copy link
Copy link
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
Is your feature request related to a problem? Please describe.
Currently, there are no load tests configured in the project. This makes it difficult to identify performance bottlenecks and understand how the system behaves under high volumes of concurrent requests.
Describe the solution you'd like
Add automated load testing (e.g., using tools like Locust, k6, or JMeter) that can be easily run locally and/or integrated into the CI/CD pipeline. These tests should simulate real-world scenarios, including multiple users and different endpoints.
Checklist