There was an error while loading. Please reload this page.
Helper for custom configs: creates default job for the config.
Namespace: CodeJam.PerfTestsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static IJob CreateDefaultJob( Platform platform = Platform.Host )
VB
Public Shared Function CreateDefaultJob ( Optional platform As Platform = Platform.Host ) As IJob
F#
static member CreateDefaultJob : ?platform : Platform (* Defaults: let _platform = defaultArg platform Platform.Host *) -> IJob
Type: IJobDefault job for the config.
CompetitionHelpers ClassCodeJam.PerfTests Namespace