Conversation
* fix: 기존 rate limit 기능에서, 각종 성능 저하 요소에 캐싱 추가하여 성능개선 * refactor: 패키지 구조 변경 + 레디스 스크립트 관련 리팩토링 1. config.annotation.rateLimit -> support.rateLimit 옮김 2. util -> support.util 옮김 3. RedisRateLimitRepository 의 RedisTemplate 관련 코드를 RedisScriptConfig 로 옮김 * fix: 테스트 DB 격리 기능 추가 * fix: develop 브랜치 추가 main 브랜치는 develop 브랜치에서만 pr 가능하게 수정 * refactor: 주석 추가, 각종 구현 수정 1. @Controllertest 가 @databasetest 를 포함하게 함. 2. TestDatabaseConfig.java 구현 방식 수정. * test: 병렬 테스트 기능 추가 Apple M1 Pro 기준 테스트 수행시간 : 22초 -> 11초 로 11초 감소
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.
fix: 기존 rate limit 기능에서, 각종 성능 저하 요소에 캐싱 추가하여 성능개선
refactor: 패키지 구조 변경 + 레디스 스크립트 관련 리팩토링
fix: 테스트 DB 격리 기능 추가
fix: develop 브랜치 추가
main 브랜치는 develop 브랜치에서만 pr 가능하게 수정
Apple M1 Pro 기준 테스트 수행시간 : 22초 -> 11초 로 11초 감소