Commits


Roman Lebedev authored and GitHub committed 0c1da0a713c
Make 'complexity reports' cache per-family, not global (#1166) While the current variant works, it assumes that all the instances of a single family will be run together, with nothing inbetween them. Naturally, that won't work once the runs may be interleaved.