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

Add threadpool performance test #8447

Merged
merged 5 commits into from
Oct 30, 2024
Merged

Conversation

abadams
Copy link
Member

@abadams abadams commented Oct 28, 2024

It tests a variety of scenarios: varying task size, the number of tasks, whether the tasks might be memory bound, and the presence of other stuff happening on the system at the same time. The output of the test should be scrapeable from buildbot logs so that we can test threadpool change performance implications on the bots.

Also adds the ability to set/get the threadpool size from JIT-land.

@abadams abadams merged commit 978b39c into main Oct 30, 2024
19 checks passed
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

Successfully merging this pull request may close these issues.

2 participants