Closed pasieronen closed 3 years ago
Thanks. Can you also adjust the performance budgets in the performance tests accordingly? This should prevent us from introducing performance regressions in the future.
@lo1tuma Adjusted the runtime duration budget to 1/10th (which is roughly what the improvement is on my laptop).
It looks like just memoizing
getNamesByType
speeds up the benchmark by more than 10x.Closes #268.