We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Reusable factory method for the config.
Namespace: CodeJam.PerfTests.Running.CoreAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static ManualCompetitionConfig CreateAppCompetitionConfig( Assembly targetAssembly, AppConfigOptions createOptions, IJob job = null )
VB
Public Shared Function CreateAppCompetitionConfig ( targetAssembly As Assembly, createOptions As AppConfigOptions, Optional job As IJob = Nothing ) As ManualCompetitionConfig
F#
static member CreateAppCompetitionConfig : targetAssembly : Assembly * createOptions : AppConfigOptions * ?job : IJob (* Defaults: let _job = defaultArg job null *) -> ManualCompetitionConfig
null
Type: ManualCompetitionConfigConfig for the competition.
AppConfigHelpers ClassCodeJam.PerfTests.Running.Core Namespace