-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_PerfTests_Running_Console_ConsoleCompetition
andrewvk edited this page Nov 8, 2016
·
2 revisions
Console competition runner.
System.Object
CodeJam.PerfTests.Running.Console.ConsoleCompetition
Namespace: CodeJam.PerfTests.Running.Console
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static class ConsoleCompetition
VB
Public NotInheritable Class ConsoleCompetition
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ConsoleCompetition = class end
Name | Description | |
---|---|---|
![]() ![]() |
Run(Assembly, ICompetitionConfig) | Runs all benchmarks defined in the assembly. |
![]() ![]() |
Run(Type, ICompetitionConfig) | Runs the benchmark. |
![]() ![]() |
Run(Type[], ICompetitionConfig) | Runs all benchmarks defined in the assembly. |
![]() ![]() |
Run(T)(ICompetitionConfig) | Runs the benchmark. |
![]() ![]() |
Run(T)(T, ICompetitionConfig) | Runs the benchmark. |