Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase_DefaultLongRunningBenchmarkLimit

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionRunnerBase.DefaultLongRunningBenchmarkLimit Property

Default timing limit to detect long-running 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 TimeSpan DefaultLongRunningBenchmarkLimit { get; }

VB

Protected Overridable ReadOnly Property DefaultLongRunningBenchmarkLimit As TimeSpan
	Get

F#

abstract DefaultLongRunningBenchmarkLimit : TimeSpan with get
override DefaultLongRunningBenchmarkLimit : TimeSpan with get

Property Value

Type: TimeSpan
The default timing limit to detect long-running benchmarks.

See Also

Reference

CompetitionRunnerBase Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally