-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_PerfTests_Running_Limits_CompetitionLimit
andrewvk edited this page Nov 8, 2016
·
1 revision
The CompetitionLimit type exposes the following members.
Name | Description | |
---|---|---|
IgnoreAll | All limits are ignored. | |
IgnoreMaxRatio | The maximum timing ratio limit is ignored. | |
IgnoreMinRatio | The minimum timing ratio limit is ignored. | |
IsEmpty | All limits are empty. | |
MaxRatio | The maximum timing ratio relative to the baseline. | |
MaxRatioRounded | The maximum timing ratio (rounded, two digits). | |
MaxRatioText | The string representation of maximum timing ratio limit. | |
MinRatio | The minimum timing ratio relative to the baseline. | |
MinRatioRounded | The minimum timing ratio (rounded, two digits). | |
MinRatioText | The string representation of minimum timing ratio limit. |
CompetitionLimit Class
CodeJam.PerfTests.Running.Limits Namespace