Closed frerich closed 8 years ago
@@ master #240 diff @@
==========================================
Files 1 1
Lines 997 999 +2
Methods 0 0
Messages 0 0
Branches 158 158
==========================================
+ Hits 886 888 +2
Misses 83 83
Partials 28 28
Powered by Codecov. Last update 718c651...249da4e
This didn't really help with anything, certainly not the suboptimal performance with warm caches reported in #239, so closing this.
Analysis of profile reports indicates that a large proportion of the time is spent in getFileHash(), and chances are that this is because getFileHash() is called repeatedly for the same files. Let's test that theory by introducing a cache.