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 a Dask benchmark #246

Merged
merged 4 commits into from
Nov 28, 2022
Merged

Add a Dask benchmark #246

merged 4 commits into from
Nov 28, 2022

Conversation

mdboom
Copy link
Contributor

@mdboom mdboom commented Nov 16, 2022

The Dask scheduler is largely pure-python-code-bound. There is a discussion about the details here. For this reason, it makes a good real-world workload of a distributed system benchmark (even when the benchmark is running locally on a single core).

Thanks to @TomAugspurger for the suggestion, and @mrocklin for providing the meat of the benchmark itself.

@TomAugspurger
Copy link

TomAugspurger commented Nov 17, 2022 via email

@mdboom
Copy link
Contributor Author

mdboom commented Nov 17, 2022

No need to apologize, @TomAugspurger!

Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ericsnowcurrently ericsnowcurrently merged commit 1631b6a into python:main Nov 28, 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

Successfully merging this pull request may close these issues.

4 participants