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<T>( ICompetitionConfig competitionConfig = null ) where T : class
VB
Public Shared Function Run(Of T As Class) ( Optional competitionConfig As ICompetitionConfig = Nothing ) As CompetitionState
F#
static member Run : ?competitionConfig : ICompetitionConfig (* Defaults: let _competitionConfig = defaultArg competitionConfig null *) -> CompetitionState when 'T : not struct
null
Type: CompetitionStateThe state of the competition.
ConsoleCompetition ClassRun OverloadCodeJam.PerfTests.Running.Console Namespace