Commit Graph

1 Commits (885980f276f3f2497321972089a75dea3c76d6a4)

Author SHA1 Message Date
a2nr 885980f276 Add load testing setup for Elemes LMS using Locust
- Create .gitignore to exclude virtual environments and generated reports
- Add README.md with detailed instructions for load testing
- Implement locustfile.py to simulate user behavior for students and teachers
- Define user classes: FrontendUser, StudentUser, TeacherUser, and APIStressTest
- Include requirements.txt for Locust and Faker dependencies
- Develop run.sh script for easy execution of load tests with virtual environment setup
2026-04-02 10:57:14 +07:00