-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Running_Limits_PercentileLimitProvider_TryGetCompetitionLimit
andrewvk edited this page Nov 8, 2016
·
2 revisions
Limits for the benchmark.
Namespace: CodeJam.PerfTests.Running.Limits
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected override CompetitionLimit TryGetCompetitionLimit(
BenchmarkReport baselineReport,
BenchmarkReport benchmarkReport,
bool limitMode
)
VB
Protected Overrides Function TryGetCompetitionLimit (
baselineReport As BenchmarkReport,
benchmarkReport As BenchmarkReport,
limitMode As Boolean
) As CompetitionLimit
F#
abstract TryGetCompetitionLimit :
baselineReport : BenchmarkReport *
benchmarkReport : BenchmarkReport *
limitMode : bool -> CompetitionLimit
override TryGetCompetitionLimit :
baselineReport : BenchmarkReport *
benchmarkReport : BenchmarkReport *
limitMode : bool -> CompetitionLimit
- baselineReport
- Type: BenchmarkReport
The baseline report. - benchmarkReport
- Type: BenchmarkReport
The benchmark report. - limitMode
- Type: System.Boolean
Iftrue
limit values should be returned. Actual values returned otherwise.
Type: CompetitionLimit
Limits for the benchmark or null
if none.
PercentileLimitProvider Class
TryGetCompetitionLimit Overload
CodeJam.PerfTests.Running.Limits Namespace