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>( T thisReference, ICompetitionConfig competitionConfig = null ) where T : class
VB
Public Shared Function Run(Of T As Class) ( thisReference As T, Optional competitionConfig As ICompetitionConfig = Nothing ) As CompetitionState
F#
static member Run : thisReference : 'T * ?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