Skip to content

P_CodeJam_PerfTests_CompetitionBenchmarkAttribute_MinRatio

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionBenchmarkAttribute.MinRatio Property

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.

Namespace: CodeJam.PerfTests
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public double MinRatio { get; }

VB

Public ReadOnly Property MinRatio As Double
	Get

F#

member MinRatio : float with get

Property Value

Type: Double
The minimum timing ratio relative to the baseline.

See Also

Reference

CompetitionBenchmarkAttribute Class
CodeJam.PerfTests Namespace

Clone this wiki locally