Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase_DefaultMaxRunsAllowed

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionRunnerBase.DefaultMaxRunsAllowed Property

Default timing limit to detect too fast benchmarks.

Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

protected virtual int DefaultMaxRunsAllowed { get; }

VB

Protected Overridable ReadOnly Property DefaultMaxRunsAllowed As Integer
	Get

F#

abstract DefaultMaxRunsAllowed : int with get
override DefaultMaxRunsAllowed : int with get

Property Value

Type: Int32
The default timing limit to detect too fast benchmarks.

See Also

Reference

CompetitionRunnerBase Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally