Wojciech Zięba
03/26/2025, 10:37 AMbuild directories) so it took everything from remote build cache (except 1 task). It lasted 2m 3s. From my local experiments I know that clean build without remote build cache takes around 3m. Sum of avoidances is 14m 49s, but is there a way to get the clock-time difference of build (~1m) from build scan?Wojciech Zięba
03/26/2025, 10:39 AMJosh Friend
03/26/2025, 12:14 PMserial savings / nWorkers?Josh Friend
03/26/2025, 12:16 PMWojciech Zięba
03/26/2025, 12:59 PMVampire
03/26/2025, 4:10 PMWojciech Zięba
03/26/2025, 5:04 PMEven the current value is just a rough estimate, as it uses the time the task originally needed to produce the cached results which could have been on slower hardware or faster hardware (…)Good point 👍 In case of my organization, our CI uses slower hardware, and it results in, at first glance, strange results like avoidance value (from using remote cache) being higher than task duration when it is executed on local machine.