[Question] How to cache in CI with hardlinks-global #4941
-
Hey I did a few benchmarks using a matrix of different yarn options. https://gist.github.com/belgattitude/0ecd26155b47e7be1be6163ecfbb0f0b I spotted a noticeable difference in speed when using
Versus
I haven't totally understood the concept of global content addressable storage. My question, is it possible to take advantage of this speedup on the CI. I tried but I don't know what folder to add to the action/cache. Thanks in advance. PS:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found out. Tried to get a ci speed up but wasn't giving expected results. While the install was faster by caching the store, the speedup is defeated by (un-)compressing the cache (action/cache) |
Beta Was this translation helpful? Give feedback.
Found out. Tried to get a ci speed up but wasn't giving expected results. While the install was faster by caching the store, the speedup is defeated by (un-)compressing the cache (action/cache)