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

[NO MRG] Try Rick's example in the benchmark #141

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jakirkham
Copy link
Collaborator

@jakirkham jakirkham commented May 6, 2021

Note: This is merely intended to be illustrative. No need for merging

This tries @rjzamora's example ( dask/dask#7615 (comment) ) as shown in the diff below. So is a follow up to the profile in issue ( #137 ).

To make this more comparable to existing work with shuffle, this makes a couple of notable tweaks to Rick's example. First it uses the same input data that is used with shuffle. However this doesn't show much in a single (or even a few) iterations. So this does 20 iterations instead of the typical 5 iterations with shuffle.

With these modifications, this starts to look more analogous to the results that we see in a normal shuffle like in issue ( #140 ) (even though this is not a shuffle). Namely time is spent mostly in communication followed by finished task transitions. IOW backing up what was found before ( #139 (comment) ).

prof_29970 pstat dot

cc @quasiben

@jakirkham jakirkham changed the title Try Rick's example in the benchmark [NO MRG] Try Rick's example in the benchmark May 6, 2021
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.

1 participant