-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_CompetitionHelpers_CreateDefaultConfig
andrewvk edited this page Nov 8, 2016
·
2 revisions
Helper for custom configs: configuration that should be used for new performance tests.
Namespace: CodeJam.PerfTests
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static ManualCompetitionConfig CreateDefaultConfig(
IJob job = null
)
VB
Public Shared Function CreateDefaultConfig (
Optional job As IJob = Nothing
) As ManualCompetitionConfig
F#
static member CreateDefaultConfig :
?job : IJob
(* Defaults:
let _job = defaultArg job null
*)
-> ManualCompetitionConfig
- job (Optional)
- Type: IJob
The job for the config. Default one will be used ifnull
.
Type: ManualCompetitionConfig
Configuration that should be used for new performance tests.