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
Some Azure VM types have a temporary disk which is local to the VM and
therefore provides _much_ faster disk IO than the OS Disk (or any other
attached disk).
Hosted GitHub Actions runners also leverage this disk and do their work
in D:/a/_work, so let's use it too if we can. It leads to a ~25% speed
increase when doing heavy IO operations.
Ref: https://learn.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview#temporary-disk
Signed-off-by: Dennis Ameling <[email protected]>
0 commit comments