-
Couldn't load subscription status.
- Fork 35
P_CodeJam_PerfTests_CompetitionBenchmarkAttribute_DoesNotCompete
andrewvk edited this page Nov 8, 2016
·
2 revisions
Exclude the benchmark from competition.
Namespace: CodeJam.PerfTests
Assembly: 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
SetF#
member DoesNotCompete : bool with get, set
Type: Booleantrue if the benchmark does not take part in competition and should not be validated.
CompetitionBenchmarkAttribute Class
CodeJam.PerfTests Namespace