Closed
Description
In the experiment summary, we should display the execution time of both builds, including a time delta.
With this, we could estimate the additional time savings one would get if the executed cacheable tasks had been avoided (best case scenario).
We could also provide an estimate on the average build time savings (based on our factor taken from experience, as shown in the DPE presentation).
The data we have available to us (the CSV) does not include the build duration. This will have to be retrieved from the Gradle Enterprise API and changes will need to be made to the build-scan-support-tool
to calculate this.
One final note, this change does have UX considerations. Before jumping into the code, we will need to begin with a design.