There was an error while loading. Please reload this page.
Runs the benchmark.
Namespace: CodeJam.PerfTests.Running.ConsoleAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static CompetitionState Run( Type benchmarkType, ICompetitionConfig competitionConfig = null )
VB
Public Shared Function Run ( benchmarkType As Type, Optional competitionConfig As ICompetitionConfig = Nothing ) As CompetitionState
F#
static member Run : benchmarkType : Type * ?competitionConfig : ICompetitionConfig (* Defaults: let _competitionConfig = defaultArg competitionConfig null *) -> CompetitionState
null
Type: CompetitionStateThe state of the competition.
ConsoleCompetition ClassRun OverloadCodeJam.PerfTests.Running.Console Namespace