Skip to content

Commit

Permalink
DOC/PERF: more 100 Mbp notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Oct 11, 2023
1 parent 6bfc352 commit 92ef115
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Benchmarking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@
},
{
"cell_type": "markdown",
"id": "f2df2b6d",
"id": "b37eea3c",
"metadata": {},
"source": [
"^^^ Note that this test sometimes crashes Jupyter (I got it to run once by closing most of the other tabs / processes I had running on my computer, then rerunning it). I think it's because $k = 5$ is an extremely small value of $k$ to use when we have sequences this big.\n",
Expand Down Expand Up @@ -1794,7 +1794,7 @@
},
{
"cell_type": "markdown",
"id": "ef84854e",
"id": "b6d5adde",
"metadata": {},
"source": [
"Yep, this poor computer can handle that much easier."
Expand Down Expand Up @@ -2012,7 +2012,7 @@
},
{
"cell_type": "markdown",
"id": "2709272d",
"id": "20c420a9",
"metadata": {},
"source": [
"Yep, this is much easier for wotplot to handle. And the plots might actually be informative!"
Expand Down Expand Up @@ -2412,9 +2412,9 @@
"id": "ced5cb89",
"metadata": {},
"source": [
"So we can actually create a dot plot of two 100 Mbp sequences (using a large enough $k$) -- it just takes ~50 minutes, at least on my laptop. (The left plot took ~47.4 minutes, and the right plot took ~44.6 minutes.)\n",
"So we can actually create a dot plot of two 100 Mbp sequences (using a large enough $k$) -- it just takes ~50 minutes, at least on my laptop. (The left plot took ~47.4 minutes, and the right plot took ~44.6 minutes. Sometimes you've just gotta... start something running, and then walk over to the gym, and then come back later in the night.)\n",
"\n",
"I should probably note here that this result is surprising -- I reran this after adding in support to `viz_spy()` for drawing not-binary matrices in color, thinking that this would cause an increase in total runtime. It's weird that the right plot finished faster than the left plot, even though the actual visualization step took longer! Of course, this might be due to weird variations in other things my laptop was running in the background -- this isn't a very formal benchmarking result."
"I should probably note here that this result is surprising to me -- I reran this after adding in support to `viz_spy()` for drawing not-binary matrices in color, thinking that this would cause an increase in total runtime. It's weird that the right plot finished faster than the left plot, even though the actual visualization step took longer! Of course, this might be due to weird variations in other things my laptop was running in the background -- this isn't a very formal benchmarking result."
]
}
],
Expand Down

0 comments on commit 92ef115

Please sign in to comment.