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 6e613d7 commit fb3d6e1
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 @@ -13,7 +13,7 @@
// - So that `repeat` adjusts to slowdowns of the task (for example due to
// competing processes).
// - It makes the initial calibration phase shorter. This leads to more
// stable `high` and `stdev` stats.
// stable `max` and `stdev` stats.
// When estimating `measureCost`, we should not use a repeat loop since
// `measureCost` only happens once per repeat loop
// Iterating the `repeat` loop adds a small duration, due to the duration to
Expand Down

0 comments on commit fb3d6e1

Please sign in to comment.