If it is a super-long running workflow, calculating the histogram stats could take quite a while. We might want to parallelize collecting stats as the test is running so that we don't wait until the end to collect everything, which could take a while if there are millions of workflows. However, we need to be sure not to affect the performance of the system under test.