lobste.rs Open in urlscan Pro
2604:a880:400:d0::2082:1001  Public Scan

URL: https://lobste.rs/s/fbew1s/few_simple_tricks_tune_your_github
Submission: On December 11 via api from US — Scanned from FR

Form analysis 0 forms found in the DOM

Text Content

Active Recent Comments Search Login
Login
 1. 26
    A few simple tricks to tune your github actions runtime devops performance
    testing abbbi.github.io
    authored by abi 3 years ago | caches
    Archive.org Archive.today Ghostarchive
    | 3 comments
    3


 1. 1. 3
       
       nalzok 3 years ago | link
       
       That’s a nice little trick. Note that you can also avoid installing
       dependencies with caching.
       
       1. 1
          
          abi edited 3 years ago | link
          
          yes, ive added a link to the documentation. It makes sense for small
          things like npm etc, but caching the complete /var/cache/apt/archives
          directory (to save download time) is probably not useful. One wants to
          test against the latest package versions and pulling in large amounts
          of packages, you might easily exceed the maximum cache size of 5 GB…
          
          It makes also sense to set dpkg into unsafe-io option to save some
          time.. added another statement about this.
          
          
    2. 2
       
       abi edited 3 years ago | link
       
       Ive now turned the example repository into an action for others to easily
       use it (from the marketplace), for example:
       
       https://github.com/abbbi/tuneme/blob/master/.github/workflows/tuned.yml#L12

About Tags Filter Moderation Log