Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 5, 2021
1 parent fb3d6e1 commit f425a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run/sample/repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// - It makes the initial calibration phase shorter. This leads to more
// stable `max` and `stdev` stats.
// When estimating `measureCost`, we should not use a repeat loop since
// `measureCost` only happens once per repeat loop
// `measureCost` only happens once per repeat loop.
// Iterating the `repeat` loop adds a small duration, due to the duration to
// increment the loop counter (e.g. 1 or 2 CPU cycles)
// - We do not subtract that duration because it is variable, so would lower
Expand Down

0 comments on commit f425a33

Please sign in to comment.