Skip to content

M_CodeJam_PerfTests_Running_Limits_CompetitionLimitProviderBase_TryGetReports

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimitProviderBase.TryGetReports Method

Reports for the benchmark and the baseline.

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

Syntax

C#

protected static bool TryGetReports(
	Benchmark benchmark,
	Summary summary,
	out BenchmarkReport baselineReport,
	out BenchmarkReport benchmarkReport
)

VB

Protected Shared Function TryGetReports ( 
	benchmark As Benchmark,
	summary As Summary,
	<OutAttribute> ByRef baselineReport As BenchmarkReport,
	<OutAttribute> ByRef benchmarkReport As BenchmarkReport
) As Boolean

F#

static member TryGetReports : 
        benchmark : Benchmark * 
        summary : Summary * 
        baselineReport : BenchmarkReport byref * 
        benchmarkReport : BenchmarkReport byref -> bool 

Parameters

 

benchmark
Type: Benchmark
The benchmark.
summary
Type: Summary
Summary for the run.
baselineReport
Type: BenchmarkReport
The baseline report.
benchmarkReport
Type: BenchmarkReport
The benchmark report.

Return Value

Type: Boolean
true if all is ok.

See Also

Reference

CompetitionLimitProviderBase Class
CodeJam.PerfTests.Running.Limits Namespace

Clone this wiki locally