There was an error while loading. Please reload this page.
Runs the benchmark.
Namespace: CodeJam.PerfTestsAssemblies: CodeJam.PerfTests.MSTest (in CodeJam.PerfTests.MSTest.dll) Version: 1.1.0.0 (1.1.0.0) CodeJam.PerfTests.NUnit (in CodeJam.PerfTests.NUnit.dll) Version: 1.1.0.0 (1.1.0.0) CodeJam.PerfTests.xUnit (in CodeJam.PerfTests.xUnit.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static void Run<T>( T thisReference, ICompetitionConfig competitionConfig = null ) where T : class
VB
Public Shared Sub Run(Of T As Class) ( thisReference As T, Optional competitionConfig As ICompetitionConfig = Nothing )
F#
static member Run : thisReference : 'T * ?competitionConfig : ICompetitionConfig (* Defaults: let _competitionConfig = defaultArg competitionConfig null *) -> unit when 'T : not struct
null
Competition ClassRun OverloadCodeJam.PerfTests Namespace