-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Running_Limits_CompetitionLimitProviderBase_TryGetCompetitionLimit_1
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#
public CompetitionLimit TryGetCompetitionLimit(
Benchmark benchmark,
Summary summary
)
VB
Public Function TryGetCompetitionLimit (
benchmark As Benchmark,
summary As Summary
) As CompetitionLimit
F#
abstract TryGetCompetitionLimit :
benchmark : Benchmark *
summary : Summary -> CompetitionLimit
override TryGetCompetitionLimit :
benchmark : Benchmark *
summary : Summary -> CompetitionLimit
- benchmark
- Type: Benchmark
The benchmark. - summary
- Type: Summary
Summary for the run.
Type: CompetitionLimit
Limits for the benchmark or null
if none.
ICompetitionLimitProvider.TryGetCompetitionLimit(Benchmark, Summary)
CompetitionLimitProviderBase Class
TryGetCompetitionLimit Overload
CodeJam.PerfTests.Running.Limits Namespace