-
Notifications
You must be signed in to change notification settings - Fork 35
F_CodeJam_PerfTests_CompetitionHelpers_TemporarilyExcludedReason
andrewvk edited this page Nov 8, 2016
·
2 revisions
Default explanation for bad performance tests.
Namespace: CodeJam.PerfTests
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public const string TemporarilyExcludedReason = "Temporary disabled as the results are unstable. Please, run the test manually from the Test Explorer window."
VB
Public Const TemporarilyExcludedReason As String = "Temporary disabled as the results are unstable. Please, run the test manually from the Test Explorer window."
F#
static val mutable TemporarilyExcludedReason: string
Type: String