We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Exclude the benchmark from competition.
Namespace: CodeJam.PerfTestsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool DoesNotCompete { get; set; }
VB
Public Property DoesNotCompete As Boolean Get Set
F#
member DoesNotCompete : bool with get, set
Type: Booleantrue if the benchmark does not take part in competition and should not be validated.
true
CompetitionBenchmarkAttribute ClassCodeJam.PerfTests Namespace