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.
Reports for the benchmark and the baseline.
Namespace: CodeJam.PerfTests.Running.LimitsAssembly: 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
Type: Booleantrue if all is ok.
true
CompetitionLimitProviderBase ClassCodeJam.PerfTests.Running.Limits Namespace