We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Default timing limit to detect too fast benchmarks.
Namespace: CodeJam.PerfTests.Running.CoreAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
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
Type: Int32The default timing limit to detect too fast benchmarks.
CompetitionRunnerBase ClassCodeJam.PerfTests.Running.Core Namespace