You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wojciech Zięba edited this page Dec 4, 2023
·
1 revision
This plugin might report different data to what Gradle logs at the end of a build.
Number of tasks
Gradle log (console or Gradle Scan) filters out lifecycle tasks, while measure-builds plugin doesn't.
Build time
measure-builds plugin uses BuildStartedTime internal service to determine the start of the build, the same as Gradle. The end of the build though is defined by FlowAction and might be slightly different from what Gradle uses. The discrepancy is minor.