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( Type benchmarkType, ICompetitionConfig competitionConfig = null )
VB
Public Function Run ( benchmarkType As Type, Optional competitionConfig As ICompetitionConfig = Nothing ) As CompetitionState
F#
member Run : benchmarkType : Type * ?competitionConfig : ICompetitionConfig (* Defaults: let _competitionConfig = defaultArg competitionConfig null *) -> CompetitionState
null
Type: CompetitionStateThe state of the competition.
CompetitionRunnerBase ClassRun OverloadCodeJam.PerfTests.Running.Core Namespace