conference-app-2023
conference-app-2023 copied to clipboard
[feature/#719] Add Benchmark Module and baseline profile generator
Issue
- close #719
Overview (Required)
- Add Benchmark Module and baseline profile generator
- There's an issue
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.
Let me squash this PR not to enter the baseline prof file 🙏
@l2hyunwoo Do you have any idea why this CI takes 1 hour? 👀
@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
@l2hyunwoo Well, you can try to use increased build time for the GitHub Action. 🙏
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.