Skip to content

P_CodeJam_PerfTests_CompetitionBenchmarkAttribute_DoesNotCompete

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionBenchmarkAttribute.DoesNotCompete Property

Exclude the benchmark from competition.

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

Syntax

C#

public bool DoesNotCompete { get; set; }

VB

Public Property DoesNotCompete As Boolean
	Get
	Set

F#

member DoesNotCompete : bool with get, set

Property Value

Type: Boolean
true if the benchmark does not take part in competition and should not be validated.

See Also

Reference

CompetitionBenchmarkAttribute Class
CodeJam.PerfTests Namespace

Clone this wiki locally