Skip to content

Commit

Permalink
clarify the docs of warmUpInvocationsCount
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Moiseenko <[email protected]>
  • Loading branch information
eupp committed Dec 7, 2024
1 parent 59f3859 commit 3d1fd15
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ interface LincheckRunTracker {
* @property strategy The Lincheck testing strategy used on this iteration.
* @property invocationsBound The maximum number of invocations to be performed on the iteration.
* @property warmUpInvocationsCount The number of warm-up invocations to be performed.
* Warm-up invocations work similarly as regular invocations, in the sense that
* if a test failure is detected on a warm-up invocation, it will be reported as usual.
* The only difference between the warm-up and regular invocations is how
* they are treated by [LincheckStatisticsTracker].
* This tracker splits the recorded execution time spent running warm-up invocations and regular invocations,
* making it possible to take into account possible execution time outliers of a few first warm-up invocations.
*
*/
data class IterationParameters(
val strategy: LincheckStrategy,
Expand Down

0 comments on commit 3d1fd15

Please sign in to comment.