Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase_DefaultTooFastBenchmarkLimit

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionRunnerBase.DefaultTooFastBenchmarkLimit Property

Timing limit for too fast runs.

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 DefaultTooFastBenchmarkLimit { get; }

VB

Protected Overridable ReadOnly Property DefaultTooFastBenchmarkLimit As TimeSpan
	Get

F#

abstract DefaultTooFastBenchmarkLimit : TimeSpan with get
override DefaultTooFastBenchmarkLimit : TimeSpan with get

Property Value

Type: TimeSpan
The timing limit for too fast runs

See Also

Reference

CompetitionRunnerBase Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally