-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_PerfTests_Configs_ReadOnlyCompetitionConfig_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; }
VB
Public ReadOnly Property MaxRunsAllowed As Integer
Get
F#
abstract MaxRunsAllowed : int with get
override MaxRunsAllowed : int with get
Type: Int32
The upper limits of rerun count.
ICompetitionConfig.MaxRunsAllowed
ReadOnlyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace