[FEAT] k6 테스트 - #277
Conversation
|
Warning Review limit reached
Next review available in: 1 minute You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔗 이슈 번호
#️⃣ 기능 설명
Tryna 백엔드 API에 대한 k6 부하 테스트 스크립트를 추가했습니다. 동시 가상 사용자(VU) 10명 기준으로 health / guest / calendar 시나리오를 로컬에서 실행할 수 있습니다.
📌 작업 내용
load-tests/common.js— 공통 설정(BASE_URL, VU 10, threshold), guest 생성·인증 헬퍼 추가load-tests/health.js—/health스모크 테스트 추가load-tests/guest.js—/api/v1/guests비회원 생성 부하 테스트 추가 (setup에서 백엔드 연결 사전 확인)load-tests/calendar.js— guest flow + read API 시나리오 추가 (users/status, calendars/main, calendars/dates, labels)application-local.yaml— 로컬 Hikari 커넥션 풀 크기 25로 조정 (write/read)✅ 체크리스트
📸 스크린샷 (선택)