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

Benchmark effects of parallelism on status checking #428

Open
vyasr opened this issue Jan 19, 2021 · 0 comments
Open

Benchmark effects of parallelism on status checking #428

vyasr opened this issue Jan 19, 2021 · 0 comments
Assignees

Comments

@vyasr
Copy link
Contributor

vyasr commented Jan 19, 2021

By default, we perform thread-parallel execution of status fetching operations, but it's not clear that this mode is always desirable relative to serial execution since it only accelerates highly I/O bound tasks (in Python) and introduces significant overhead. We should benchmark this to test.

Original comment

Good question. I aimed to make my benchmarks representative-ish, but I would like one or two real-world benchmarks from users before making that decision. Ideally something on an HPC cluster with a "realistic" file system (not my local M.2 SSD). Would you be willing to try both options on a project of yours?

Originally posted by @bdice in #417 (comment)

@vyasr vyasr self-assigned this Jan 19, 2021
@bdice bdice removed their assignment Jan 24, 2022
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

2 participants