-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_PerfTests_CompetitionBenchmarkAttribute
andrewvk edited this page Nov 8, 2016
·
1 revision
The CompetitionBenchmarkAttribute type exposes the following members.
Name | Description | |
---|---|---|
Baseline | (Inherited from BenchmarkAttribute.) | |
Description | (Inherited from BenchmarkAttribute.) | |
DoesNotCompete | Exclude the benchmark from competition. | |
MaxRatio | The maximum timing ratio relative to the baseline. Set to Empty (used by default) to mark the limit as unset but updateable during the annotation. Set to IgnoreValue to ignore the limit. | |
MinRatio | The minimum timing ratio relative to the baseline. Set to Empty (used by default) to mark the limit as unset but updateable during the annotation. Set to IgnoreValue to ignore the limit. | |
OperationsPerInvoke | (Inherited from BenchmarkAttribute.) | |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
CompetitionBenchmarkAttribute Class
CodeJam.PerfTests Namespace