-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase_Run__1
andrewvk edited this page Nov 8, 2016
·
2 revisions
Runs the benchmark.
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public CompetitionState Run<T>(
ICompetitionConfig competitionConfig = null
)
where T : class
VB
Public Function Run(Of T As Class) (
Optional competitionConfig As ICompetitionConfig = Nothing
) As CompetitionState
F#
member Run :
?competitionConfig : ICompetitionConfig
(* Defaults:
let _competitionConfig = defaultArg competitionConfig null
*)
-> CompetitionState when 'T : not struct
- competitionConfig (Optional)
- Type: CodeJam.PerfTests.Configs.ICompetitionConfig
The competition config. Ifnull
config from CompetitionConfigAttribute will be used.
- T
- Benchmark class to run.
Type: CompetitionState
The state of the competition.
CompetitionRunnerBase Class
Run Overload
CodeJam.PerfTests.Running.Core Namespace