Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Fix benchmark notebook text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Willem committed Sep 3, 2021
1 parent 1b82c5d commit 693040f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/benchmarking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@
"- Prototype (3840 chunks): 45 minutes ( 6.7 x )\n",
"- Prototype (256 chunks): 14 hours ( 0.36 x )\n",
"\n",
"The poor performance of the prototype for 256 chunks is due to the chunks being to large and intermittent data products spilling to disk. This can be seen in the Dask dashboard below (the gray bar shows the data spilled to disk):\n",
"The poor performance of the prototype for 256 chunks is due to the chunks being too large and intermittent data products spilling to disk. This can be seen in the Dask dashboard below (the gray bar shows the data spilled to disk):\n",
"\n",
"![im341](https://raw.githubusercontent.com/casangi/cngi_prototype/master/docs/_media/large_chunk.png)\n",
"\n",
"When the number of chunks is increased to 3840, no spilling to disk occurs and the Dask dashboard look like:\n",
"When the number of chunks is increased to 3840 the Dask dashboard below shows that no spilling to disk occurs.\n",
"\n",
"![im342](https://raw.githubusercontent.com/casangi/cngi_prototype/master/docs/_media/small_chunk.png)\n",
"\n",
Expand Down

0 comments on commit 693040f

Please sign in to comment.