Collect timings of different test run stages
Opened this issue · 0 comments
fjarri commented
Currently we do not have much insight on the time spent for different parts of runtests()
(e.g. global or local fixtures processing). Profiling is too low-level and hard to make sense of. It may help with performance optimizations if we collect the total time spent for different tasks and then (optionally) report it.