Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase_DefaultSkipRunsBeforeApplyingAnnotations

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionRunnerBase.DefaultSkipRunsBeforeApplyingAnnotations Property

Count of runs skipped before source annotations will be applied.

Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

protected virtual int DefaultSkipRunsBeforeApplyingAnnotations { get; }

VB

Protected Overridable ReadOnly Property DefaultSkipRunsBeforeApplyingAnnotations As Integer
	Get

F#

abstract DefaultSkipRunsBeforeApplyingAnnotations : int with get
override DefaultSkipRunsBeforeApplyingAnnotations : int with get

Property Value

Type: Int32
The count of runs performed before updating the limits annotations.

See Also

Reference

CompetitionRunnerBase Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally