Skip to content

M_CodeJam_PerfTests_Running_Limits_CompetitionLimitProviderBase_TryGetActualValues

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimitProviderBase.TryGetActualValues Method

Actual values for the benchmark.

Namespace: CodeJam.PerfTests.Running.Limits
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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 

Parameters

 

benchmark
Type: Benchmark
The benchmark.
summary
Type: Summary
Summary for the run.

Return Value

Type: CompetitionLimit
Actual values for the benchmark or null if none.

Implements

ICompetitionLimitProvider.TryGetActualValues(Benchmark, Summary)

See Also

Reference

CompetitionLimitProviderBase Class
CodeJam.PerfTests.Running.Limits Namespace

Clone this wiki locally