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 all benchmarks defined in the assembly.
Namespace: CodeJam.PerfTests.Running.ConsoleAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static IReadOnlyDictionary<Type, CompetitionState> Run( Assembly assembly, ICompetitionConfig competitionConfig = null )
VB
Public Shared Function Run ( assembly As Assembly, Optional competitionConfig As ICompetitionConfig = Nothing ) As IReadOnlyDictionary(Of Type, CompetitionState)
F#
static member Run : assembly : Assembly * ?competitionConfig : ICompetitionConfig (* Defaults: let _competitionConfig = defaultArg competitionConfig null *) -> IReadOnlyDictionary<Type, CompetitionState>
null
Type: IReadOnlyDictionary(Type, CompetitionState)The state of the competition for each benchmark that was run.
ConsoleCompetition ClassRun OverloadCodeJam.PerfTests.Running.Console Namespace