- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_PerfTests_Running_Limits_CompetitionLimitProviderBase_TryGetCompetitionLimit
        andrewvk edited this page Nov 8, 2016 
        ·
        2 revisions
      
    CompetitionLimitProviderBase.TryGetCompetitionLimit Method (BenchmarkReport, BenchmarkReport, Boolean)
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 abstract CompetitionLimit TryGetCompetitionLimit(
	BenchmarkReport baselineReport,
	BenchmarkReport benchmarkReport,
	bool limitMode
)VB
Protected MustOverride Function TryGetCompetitionLimit ( 
	baselineReport As BenchmarkReport,
	benchmarkReport As BenchmarkReport,
	limitMode As Boolean
) As CompetitionLimitF#
abstract TryGetCompetitionLimit : 
        baselineReport : BenchmarkReport * 
        benchmarkReport : BenchmarkReport * 
        limitMode : bool -> CompetitionLimit 
- baselineReport
- Type: BenchmarkReport
 The baseline report.
- benchmarkReport
- Type: BenchmarkReport
 The benchmark report.
- limitMode
- Type: System.Boolean
 Iftruelimit values should be returned. Actual values returned otherwise.
Type: CompetitionLimit
Limits for the benchmark or null if none.
CompetitionLimitProviderBase Class
TryGetCompetitionLimit Overload
CodeJam.PerfTests.Running.Limits Namespace