P_CodeJam_PerfTests_Configs_ReadOnlyCompetitionConfig_AllowLongRunningBenchmarks - rsdn/CodeJam GitHub Wiki
The analyser should not warn on benchmark runs that take longer than 0.5 sec to complete. (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 bool AllowLongRunningBenchmarks { get; }VB
Public ReadOnly Property AllowLongRunningBenchmarks As Boolean
GetF#
abstract AllowLongRunningBenchmarks : bool with get
override AllowLongRunningBenchmarks : bool with getType: Boolean
True if the analyser should not warn on benchmark runs that take longer than 0.5 sec to complete.
ICompetitionConfig.AllowLongRunningBenchmarks
ReadOnlyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace