-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_CompetitionBenchmarkAttribute__ctor_1
andrewvk edited this page Nov 8, 2016
·
2 revisions
Marks the competition benchmark.
Namespace: CodeJam.PerfTests
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public CompetitionBenchmarkAttribute(
double maxRatio
)
VB
Public Sub New (
maxRatio As Double
)
F#
new :
maxRatio : float -> CompetitionBenchmarkAttribute
- maxRatio
- Type: System.Double
The maximum timing ratio relative to the baseline. Use Empty (used by default) to mark the limit as unset but updateable during the annotation. Use IgnoreValue to ignore the limit.
CompetitionBenchmarkAttribute Class
CompetitionBenchmarkAttribute Overload
CodeJam.PerfTests Namespace