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

rustc 1.56.0-nightly 버전으로 업그레이드 후 성능 저하 문제 발생 #579

Open
Gabriel4256 opened this issue Aug 30, 2021 · 1 comment

Comments

@Gabriel4256
Copy link
Collaborator

e2a357c 에서 rustc 버전 1.55 -> 1.56을 바꾼 후로 성능이 급격하게 떨어진 듯합니다.

현재 최신 commit(10ab52b) 에서 rustc 버전만 이전으로 되돌리고 테스트한 결과 두 가지 기준(CPU cycle, wall clock)에서 모두 큰 성능 차이를 보였습니다.

CPU cycle

  • sub test별로 결과가 다르지만, 모든 subtest를 실행하는데 걸린 총 시간이 두배 이상 차이가 납니다.
  • 자세한 결과는 여기 있습니다.

Wall-clock

  • booting - 모든 subtest 한번씩 실행 - 종료까지 걸리는 시간을 측정했습니다.
  • 5번 돌려 평균을 낸 결과, cpu cycle과 마찬가지로 두배 이상의 시간 차이가 났습니다.
    • rustc 1.55.0: 65.53(s)
    • rustc 1.56.0: 148.49(s)

관련해서 탐색해봐도 성능 저하에 대해 별다른 정보를 얻지 못했습니다.

@jeehoonkang
Copy link
Member

최신 nightly에서도 비슷한 문제가 있는지 궁금합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants