Gradle Build Cache Performance
Parameters
The Build Scan ID.
Wall clock duration of the build in milliseconds.
Wall clock time spent executing tasks in milliseconds. It is the time spent between the start of the first task in the execution phase and the end of the last task of the execution phase, removing any interval where no task is being executed.
Wall clock time spent executing work units (tasks and artifact transforms) in milliseconds. It is the time spent between the start of the first work unit in the execution phase and the end of the last work unit of the execution phase, removing any interval where no work unit is being executed.
Wall clock time of all task executions in milliseconds. It is the sum of all individual task durations.
Wall clock time of all work unit executions (tasks and artifact transforms) in milliseconds. It is the sum of all individual work unit durations.
The ratio of serialWorkUnitExecutionTime
over the effectiveWorkUnitExecutionTime
. Quantifies the effect of work unit parallelization. A value equal to 1
means that no parallelization occurred. A value greater than 1
means that work units are executed faster due to parallelization.
A list of executed tasks with performance related information.