We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Default timing limit to detect long-running benchmarks.
Namespace: CodeJam.PerfTests.Running.CoreAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
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
Type: TimeSpanThe default timing limit to detect long-running benchmarks.
CompetitionRunnerBase ClassCodeJam.PerfTests.Running.Core Namespace