Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up stats calculation for large runs #5

Open
mikhailshilkov opened this issue Mar 4, 2021 · 0 comments
Open

Speed up stats calculation for large runs #5

mikhailshilkov opened this issue Mar 4, 2021 · 0 comments

Comments

@mikhailshilkov
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant