Hi people, we have a medium multymodule android project (~200 modules) with convention plugins and plugins in buildSrc. We started with gradle profiling clean cached and clean non cached builds. Additionally measured the Gradle 8.8 update. While I'm thinking about what scenarios to cover more (any hints are welcome), I have next observations-questions:
1. The max of clean uncached build is 4-5 minutes but I do remember waiting 8-9 mins in AS. Should I care about the numbers I remember? Is it possible that profile builds by far from the memory longes builds?
2. The 8.8 Gradle wins over 8.7 with 10 seconds in the clean cached and loses 16 seconds in the clean uncached. I would say that is comparable and acceptable. What would be the breaking threshold for you? Should it be relative or absolute?