P_CodeJam_PerfTests_Configs_ReadOnlyCompetitionConfig_MaxRunsAllowed - rsdn/CodeJam GitHub Wiki
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
GetF#
abstract MaxRunsAllowed : int with get
override MaxRunsAllowed : int with getType: Int32
The upper limits of rerun count.
ICompetitionConfig.MaxRunsAllowed
ReadOnlyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace