Skip to content

M_CodeJam_PerfTests_CompetitionHelpers_CreateDefaultConfigReannotate

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionHelpers.CreateDefaultConfigReannotate Method

Helper for custom configs: creates configuration that should be used in case the existing limits should be ignored.

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

Syntax

C#

public static ManualCompetitionConfig CreateDefaultConfigReannotate(
	IJob job = null
)

VB

Public Shared Function CreateDefaultConfigReannotate ( 
	Optional job As IJob = Nothing
) As ManualCompetitionConfig

F#

static member CreateDefaultConfigReannotate : 
        ?job : IJob 
(* Defaults:
        let _job = defaultArg job null
*)
-> ManualCompetitionConfig 

Parameters

 

job (Optional)
Type: IJob
The job for the config. Default one will be used if null.

Return Value

Type: ManualCompetitionConfig
Configuration that should be used in case the existing limits should be ignored.

See Also

Reference

CompetitionHelpers Class
CodeJam.PerfTests Namespace

Clone this wiki locally