We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Runs the benchmark.
Namespace: CodeJam.PerfTests.Running.CoreAssembly: 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
null
Type: CompetitionStateThe state of the competition.
CompetitionRunnerBase ClassRun OverloadCodeJam.PerfTests.Running.Core Namespace