Test/59 혼잡도 조회 api 캐싱 적용에 따른 성능 측정#60
Merged
Yooonjeong merged 3 commits intodevfrom Jul 9, 2025
Hidden character warning
The head ref may contain hidden characters: "test/59-\ud63c\uc7a1\ub3c4-\uc870\ud68c-api-\uce90\uc2f1-\uc801\uc6a9\uc5d0-\ub530\ub978-\uc131\ub2a5-\uce21\uc815"
Merged
Conversation
2 tasks
Test Results3 tests 3 ✅ 4s ⏱️ Results for commit 1840a66. ♻️ This comment has been updated with latest results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
❓ 기능 추가 배경
'도서관 혼잡도 조회' API는 대규모 트래픽 발생 시 DB 부하를 줄이고 빠른 응답 속도를 제공하기 위해 Redis 캐싱이 적용되어 있음
실제 대규모 동시 요청 상황을 시뮬레이션하여, 캐싱 적용 여부에 따른 성능 차이(API 호출 수, 실행 시간)를 측정
➕ 추가/변경된 기능
🗎 관련 이슈
< #59 >