conference-app-2023 icon indicating copy to clipboard operation
conference-app-2023 copied to clipboard

[feature/#719] Add Benchmark Module and baseline profile generator

Open l2hyunwoo opened this issue 1 year ago • 6 comments

Issue

  • close #719

Overview (Required)

  • Add Benchmark Module and baseline profile generator
  • There's an issue

l2hyunwoo avatar Aug 29 '23 12:08 l2hyunwoo

Test Results

216 tests   216 :heavy_check_mark:  7m 11s :stopwatch:   11 suites      0 :zzz:   11 files        0 :x:

Results for commit cefc3c50.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Aug 29 '23 12:08 github-actions[bot]

Let me squash this PR not to enter the baseline prof file 🙏

takahirom avatar Aug 29 '23 15:08 takahirom

@l2hyunwoo Do you have any idea why this CI takes 1 hour? 👀

takahirom avatar Aug 30 '23 01:08 takahirom

@takahirom It's hard to find the reason why it takes much longer than others..... Reasonable reason that I can think is there's no build cache related to baseline-profile. So if build cache is created, build time will restore I suppose.

+) One more I think is there're procedures that related to prod variant, kind of strange things....(I thought it just assembleDev..) It could increase build time much more 스크린샷 2023-08-31 오후 11 13 32

l2hyunwoo avatar Aug 31 '23 14:08 l2hyunwoo

@l2hyunwoo Well, you can try to use increased build time for the GitHub Action. 🙏

takahirom avatar Sep 02 '23 12:09 takahirom

Hi @l2hyunwoo! Codes seem to be unformatted. To resolve this issue, please run ./gradlew detekt --auto-correct and fix the results of ./gradlew lintDebug.. Thank you for your contribution.

github-actions[bot] avatar May 27 '24 03:05 github-actions[bot]