Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

locust Event 조회, 요청 테스트 코드 작성, 더미데이터 프로시저 수정 #41

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

seonghoo1217
Copy link
Member

@seonghoo1217 seonghoo1217 commented Nov 18, 2023

Closes #40

상세 내용

  • Event에 대해 uuid를 통한 조회 및 참여 작업을 하는 부하테스트 코드를 작성합니다.
  • 더미데이터 프로시저 설정값 수정

비고

  • 실행방법 root 디렉토리 기준 : locust -f locust/파일명.py --host="주소" --users="원하는 유저 수 ", --spawn-rate="증가 유저수"
  • RPS 높여보려고 여러 시도를 해보았으나 평균 500대가 유지됩니다 만약 개선점이라고 생각하신다면 PR draft 바랍니다

@seonghoo1217 seonghoo1217 self-assigned this Nov 18, 2023
@seonghoo1217 seonghoo1217 changed the title feat: locust Event 조회, 요청 테스트 코드 작성 locust Event 조회, 요청 테스트 코드 작성, 더미데이터 프로시저 수정 Nov 19, 2023
@Gongmeda Gongmeda force-pushed the feat/#40 branch 2 times, most recently from 8e54c52 to 2f604e6 Compare November 22, 2023 19:18
@Gongmeda Gongmeda force-pushed the feat/#40 branch 2 times, most recently from b5da18e to cc0c6f3 Compare November 27, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

부하테스트 코드 작성
2 participants