Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed Mar 21, 2023
1 parent 77be813 commit 1a94071
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export async function stats(
compareSize,
);

// NOTE: if I'm right it stops collecting stats once the function is hot
// but instead we want to reset the index and start collecting from that point
// since now we're basing our stats on the noise generated before it's hot
if (max - (max / 100) * rangePercent <= min) {
break;
}
Expand Down

0 comments on commit 1a94071

Please sign in to comment.