free-disk-space icon indicating copy to clipboard operation
free-disk-space copied to clipboard

perf: speed up deletings

Open xc2 opened this issue 7 months ago • 4 comments

Reducing the execution time of the workflow to under 1 minute.

  • Use find -delete instead of rm -rf to speed up deleting large amount files.
  • Optimize prerm script of google-cloud-cli
Before After
1m52s 46s
image image

xc2 avatar Jul 20 '24 07:07 xc2