Skip to content

feat: add locust support#90

Merged
Besthope-Official merged 2 commits into
mainfrom
feat/locust-benchmark-test
Jan 28, 2026
Merged

feat: add locust support#90
Besthope-Official merged 2 commits into
mainfrom
feat/locust-benchmark-test

Conversation

@Besthope-Official
Copy link
Copy Markdown
Contributor

@Besthope-Official Besthope-Official commented Jan 9, 2026

Related Issue

Closes #89

Summary of Changes

  • Add locust to dev dependencies for load testing
  • Add just benchmark command to run locust
  • Create tests/locustfile.py with auth API load test (register/login flow)
  • Document locust usage in README Testing section

Breaking Changes

N/A

Checklist

  • Issue discussion completed before opening PR
  • Scope is small and focused (single feature/fix)
  • All functions have full type annotations
  • Async/await used for all I/O operations
  • Tests added for new behaviors

@Besthope-Official Besthope-Official added the Backend-enhanced backend enhancement label Jan 9, 2026
@Besthope-Official Besthope-Official marked this pull request as ready for review January 28, 2026 08:49
@Besthope-Official Besthope-Official merged commit ceb3ecf into main Jan 28, 2026
3 checks passed
@Besthope-Official Besthope-Official deleted the feat/locust-benchmark-test branch January 28, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backend-enhanced backend enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Benchmark test for API

1 participant