Skip to content

P_CodeJam_PerfTests_Configs_ManualCompetitionConfig_AllowLongRunningBenchmarks

andrewvk edited this page Nov 8, 2016 · 2 revisions

ManualCompetitionConfig.AllowLongRunningBenchmarks Property

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)

Syntax

C#

public bool AllowLongRunningBenchmarks { get; set; }

VB

Public Property AllowLongRunningBenchmarks As Boolean
	Get
	Set

F#

abstract AllowLongRunningBenchmarks : bool with get, set
override AllowLongRunningBenchmarks : bool with get, set

Property Value

Type: Boolean
True if the analyser should not warn on benchmark runs that take longer than 0.5 sec to complete.

Implements

ICompetitionConfig.AllowLongRunningBenchmarks

See Also

Reference

ManualCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally