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

[feat] LineChart API 개선 #485

Merged
merged 3 commits into from
Oct 2, 2024
Merged

Conversation

yonghwankim-dev
Copy link
Member

구현한 것

  • LineChart API에 캐시 추가
    • TTL : 24 hour

성능 테스트 결과

5000건의 포트폴리오를 계산하는 라인 차트를 조회하는 작업에 캐시 적용전/후의 성능 테스트 결과

평균 TPS : { 0.8 } → { 624.6 }

  • 약 780.75배 개선

Peek TPS : { 5.0 } → { 780.5 }

  • 약 156.1배 개선

Mean Test Time : { 18,157.13ms } → { 14.53ms }

  • 약 1249.63배 단축

Executed Tests : { 30 } → { 35,039 }

  • 약 1167.96배 개선

@yonghwankim-dev yonghwankim-dev added the feat 기능 label Oct 2, 2024
@yonghwankim-dev yonghwankim-dev self-assigned this Oct 2, 2024
@yonghwankim-dev yonghwankim-dev linked an issue Oct 2, 2024 that may be closed by this pull request
@yonghwankim-dev yonghwankim-dev merged commit 93dad54 into release Oct 2, 2024
@yonghwankim-dev yonghwankim-dev deleted the feat/#482-line-chart branch October 2, 2024 06:58
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.

[feat] 라인 차트기능 개선
1 participant