-
Couldn't load subscription status.
- Fork 35
P_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase_DefaultLongRunningBenchmarkLimit
andrewvk edited this page Nov 8, 2016
·
2 revisions
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)
C#
protected virtual TimeSpan DefaultLongRunningBenchmarkLimit { get; }VB
Protected Overridable ReadOnly Property DefaultLongRunningBenchmarkLimit As TimeSpan
GetF#
abstract DefaultLongRunningBenchmarkLimit : TimeSpan with get
override DefaultLongRunningBenchmarkLimit : TimeSpan with getType: TimeSpan
The default timing limit to detect long-running benchmarks.
CompetitionRunnerBase Class
CodeJam.PerfTests.Running.Core Namespace