-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_PerfTests_Running_Limits_ICompetitionLimitProvider
andrewvk edited this page Nov 8, 2016
·
2 revisions
Interface for competition limit provider.
Namespace: CodeJam.PerfTests.Running.Limits
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public interface ICompetitionLimitProvider
VB
Public Interface ICompetitionLimitProvider
F#
type ICompetitionLimitProvider = interface end
The ICompetitionLimitProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ShortInfo | Short description for the provider. |
Name | Description | |
---|---|---|
![]() |
TryGetActualValues | Actual values for the benchmark. |
![]() |
TryGetCompetitionLimit | Limits for the benchmark. |