-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Running_Limits_CompetitionLimitProviderBase_TryGetReports
andrewvk edited this page Nov 8, 2016
·
2 revisions
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)
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
- benchmark
- Type: Benchmark
The benchmark. - summary
- Type: Summary
Summary for the run. - baselineReport
- Type: BenchmarkReport
The baseline report. - benchmarkReport
- Type: BenchmarkReport
The benchmark report.
Type: Booleantrue
if all is ok.
CompetitionLimitProviderBase Class
CodeJam.PerfTests.Running.Limits Namespace