Skip to content

Commit

Permalink
no profile daskconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed May 19, 2021
1 parent f25819f commit f8721be
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask_profiling_coiled/run_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def main():
if __name__ == "__main__":
n_workers = 100
cluster = coiled.Cluster(
software="gjoseph92/profiling",
software="gjoseph92/profiling-daskconfig",
n_workers=n_workers,
worker_cpu=1,
worker_memory="4 GiB",
Expand Down Expand Up @@ -104,7 +104,7 @@ def main():
# This is key---otherwise we're uploading ~300MiB of graph to the scheduler
dask.config.set({"optimization.fuse.active": False})

test_name = "cython-gc-maybe-noprofiling-shuffle"
test_name = "cython-shuffle-gc-noprofiling-daskconfig"
with (
distributed.performance_report(f"results/{test_name}.html"),
pyspy_on_scheduler(
Expand Down
88 changes: 88 additions & 0 deletions results/cython-shuffle-gc-noprofiling-daskconfig.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions results/cython-shuffle-gc-noprofiling-daskconfig.json

Large diffs are not rendered by default.

0 comments on commit f8721be

Please sign in to comment.