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/#341] Baseline Profile 적용 #342

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

leeeyubin
Copy link
Member

@leeeyubin leeeyubin commented Feb 19, 2025

⛳️ Work Description

  • Baseline Profile 적용
  • 리드미 수정 (패키지 구조, 모듈 의존성)

📸 Screenshot

성능 측정 결과는 아래와 같습니다!
전반적으로 개선된 것을 확인할 수 있었어요.

📢 To Reviewers

  • 블로그 글에서 자세한 내용 확인할 수 있어요!
  • 추가로 바뀐 의존성 그래프도 확인해보셔용
    Image

@leeeyubin leeeyubin added FEAT ✨ 새로운 기능 구현 유빈💙 유빈 labels Feb 19, 2025
@leeeyubin leeeyubin added this to the 4차 스프린트 작업 milestone Feb 19, 2025
@leeeyubin leeeyubin self-assigned this Feb 19, 2025
Copy link
Member

@Hyobeen-Park Hyobeen-Park left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오왕 확실히 성능 좋아진게 눈에 보여서 신기하네요..!! 수고하셨습니다~~!

}

kotlinOptions {
jvmTarget = "11"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
jvmTarget = "11"
jvmTarget = libs.versions.jvmTarget.get()

이친구도 이렇게 버전 관리해주는 것은 어떨까요??

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libs.versions.jvmTarget.get()은 1.8인데 compileOptions은 11이라 버전이 맞지 않아서 "11"로 넣어줬었어요!
그래도 jvmTarget은 맞추는 게 좋을 것 같아서 이건 1.8로 바꿔둘게요~!

Copy link
Contributor

@arinming arinming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

블로그 글 너무 야무지다 ㅜ 성능 개선 너무 멋져요 !!!!!!!!!! 🚀

Copy link
Member

@boiledeggg boiledeggg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

블로그까지 작성하다니! 야무지네요ㅎㅎ
고생 많으셨어요~~~👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT ✨ 새로운 기능 구현 유빈💙 유빈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Baseline Profile 적용
4 participants