Maven Build Cache Performance
The build cache performance of a Maven build.
Parameters
The Build Scan ID.
Wall clock duration of the build in milliseconds.
Wall clock time spent executing projects in milliseconds. It is the time spent between the start of the first project execution and the end of the last project execution, removing any interval where no project is being executed.
Wall clock time of all project executions in milliseconds. It is the sum of all individual project durations.
The ratio of serialProjectExecutionTime
over the effectiveProjectExecutionTime
. Quantifies the effect of project parallelization. A value equal to 1
means that no parallelization occurs. A value greater than 1
means that projects are executed faster due to parallelization.
A list of executed goals with performance related information.