-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_PerfTests_Configs_ManualCompetitionConfig_MaxRunsAllowed
andrewvk edited this page Nov 8, 2016
·
2 revisions
Total count of reruns allowed. Set this to zero to use default limit of 10 runs. (limit value can be overriden by CompetitionRunnerBase implementation).
Namespace: CodeJam.PerfTests.Configs
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public int MaxRunsAllowed { get; set; }
VB
Public Property MaxRunsAllowed As Integer
Get
Set
F#
abstract MaxRunsAllowed : int with get, set
override MaxRunsAllowed : int with get, set
Type: Int32
The upper limits of rerun count.
ICompetitionConfig.MaxRunsAllowed
ManualCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace