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
tests: check file size instead of content sha in purge_caches
Hashing all the files in the workspace was taking a lot of time (around
40 seconds on my computer, with a NVMe disk), significantly slowing down
the amount of time needed for running the tests.
This commit switches to comparing file sizes, as after all we only care
about the workspace size not increasing when purging all caches.
0 commit comments