-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_PerfTests_Running_Limits_PercentileLimitProvider__ctor
andrewvk edited this page Nov 8, 2016
·
2 revisions
Initializes a new instance of the PercentileLimitProvider class.
Namespace: CodeJam.PerfTests.Running.Limits
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public PercentileLimitProvider(
int minRatioPercentile,
int maxRatioPercentile,
int limitModeDelta
)
VB
Public Sub New (
minRatioPercentile As Integer,
maxRatioPercentile As Integer,
limitModeDelta As Integer
)
F#
new :
minRatioPercentile : int *
maxRatioPercentile : int *
limitModeDelta : int -> PercentileLimitProvider
- minRatioPercentile
- Type: System.Int32
The percentile for the minimum timing ratio. - maxRatioPercentile
- Type: System.Int32
>The percentile for the maximum timing ratio. - limitModeDelta
- Type: System.Int32
Delta to loose percentiles by. Used for TryGetCompetitionLimit(Benchmark, Summary).
PercentileLimitProvider Class
CodeJam.PerfTests.Running.Limits Namespace