-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_PerfTests_CompetitionHelpers_CreateDefaultJob
andrewvk edited this page Nov 8, 2016
·
2 revisions
Helper for custom configs: creates default job for the config.
Namespace: CodeJam.PerfTests
Assembly: 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
- platform (Optional)
- Type: Platform
Target platform for the job.
Type: IJob
Default job for the config.