There was an error while loading. Please reload this page.
Limits for the benchmark.
Namespace: CodeJam.PerfTests.Running.LimitsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public CompetitionLimit TryGetCompetitionLimit( Benchmark benchmark, Summary summary )
VB
Public Function TryGetCompetitionLimit ( benchmark As Benchmark, summary As Summary ) As CompetitionLimit
F#
abstract TryGetCompetitionLimit : benchmark : Benchmark * summary : Summary -> CompetitionLimit override TryGetCompetitionLimit : benchmark : Benchmark * summary : Summary -> CompetitionLimit
Type: CompetitionLimitLimits for the benchmark or null if none.
null
ICompetitionLimitProvider.TryGetCompetitionLimit(Benchmark, Summary)
CompetitionLimitProviderBase ClassTryGetCompetitionLimit OverloadCodeJam.PerfTests.Running.Limits Namespace