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.
Actual values 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 TryGetActualValues( Benchmark benchmark, Summary summary )
VB
Public Function TryGetActualValues ( benchmark As Benchmark, summary As Summary ) As CompetitionLimit
F#
abstract TryGetActualValues : benchmark : Benchmark * summary : Summary -> CompetitionLimit override TryGetActualValues : benchmark : Benchmark * summary : Summary -> CompetitionLimit
Type: CompetitionLimitActual values for the benchmark or null if none.
null
ICompetitionLimitProvider.TryGetActualValues(Benchmark, Summary)
CompetitionLimitProviderBase ClassCodeJam.PerfTests.Running.Limits Namespace