-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_PerfTests_Running_Core_ConsoleCompetitionRunner
andrewvk edited this page Nov 8, 2016
·
2 revisions
Console competition runner.
System.Object
CodeJam.PerfTests.Running.Core.CompetitionRunnerBase
CodeJam.PerfTests.Running.Core.ConsoleCompetitionRunner
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public class ConsoleCompetitionRunner : CompetitionRunnerBase
VB
Public Class ConsoleCompetitionRunner
Inherits CompetitionRunnerBase
F#
type ConsoleCompetitionRunner =
class
inherit CompetitionRunnerBase
end
The ConsoleCompetitionRunner type exposes the following members.
Name | Description | |
---|---|---|
ConsoleCompetitionRunner | Initializes a new instance of the ConsoleCompetitionRunner class |
Name | Description | |
---|---|---|
DefaultAdditionalRerunsIfAnnotationsUpdated | Count of additional runs performed after updating source annotations. (Inherited from CompetitionRunnerBase.) | |
DefaultLongRunningBenchmarkLimit | Default timing limit to detect long-running benchmarks. (Inherited from CompetitionRunnerBase.) | |
DefaultMaxRerunsIfValidationFailed | Maximum count of retries performed if the limit checking failed. (Inherited from CompetitionRunnerBase.) | |
DefaultMaxRunsAllowed | Default timing limit to detect too fast benchmarks. (Inherited from CompetitionRunnerBase.) | |
DefaultSkipRunsBeforeApplyingAnnotations | Count of runs skipped before source annotations will be applied. (Inherited from CompetitionRunnerBase.) | |
DefaultTooFastBenchmarkLimit | Timing limit for too fast runs. (Inherited from CompetitionRunnerBase.) | |
DumpSummaryToHostLogger | Gets a value indicating whether the last run summary should be dumped into host logger. (Inherited from CompetitionRunnerBase.) |
Name | Description | |
---|---|---|
CreateHostLogger | Creates a host logger. (Overrides CompetitionRunnerBase.CreateHostLogger(HostLogMode).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOutputDirectory | Returns output directory that should be used for running the test. (Inherited from CompetitionRunnerBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OverrideAnalysers | Override competition analysers. (Inherited from CompetitionRunnerBase.) | |
OverrideColumns | Override competition columns. (Inherited from CompetitionRunnerBase.) | |
OverrideDiagnosers | Override competition diagnosers. (Inherited from CompetitionRunnerBase.) | |
OverrideExporters | Override competition exporters. (Inherited from CompetitionRunnerBase.) | |
OverrideJobs | Override competition jobs. (Inherited from CompetitionRunnerBase.) | |
OverrideLoggers | Override competition loggers. (Overrides CompetitionRunnerBase.OverrideLoggers(ICompetitionConfig).) | |
OverrideValidators | Override competition validators. (Inherited from CompetitionRunnerBase.) | |
ReportAssertionsFailed | Reports failed assertions to user. (Overrides CompetitionRunnerBase.ReportAssertionsFailed(String, CompetitionState).) | |
ReportExecutionErrors | Reports the execution errors to user. (Overrides CompetitionRunnerBase.ReportExecutionErrors(String, CompetitionState).) | |
ReportHostLogger | Reports content of the host logger to user. (Overrides CompetitionRunnerBase.ReportHostLogger(CompetitionRunnerBase.HostLogger, Summary).) | |
ReportWarnings | Reports warnings to user. (Overrides CompetitionRunnerBase.ReportWarnings(String, CompetitionState).) | |
Run(Assembly, ICompetitionConfig) | Runs all benchmarks defined in the assembly. (Inherited from CompetitionRunnerBase.) | |
Run(Type, ICompetitionConfig) | Runs the benchmark. (Inherited from CompetitionRunnerBase.) | |
Run(Type[], ICompetitionConfig) | Runs all benchmarks defined in the assembly. (Inherited from CompetitionRunnerBase.) | |
Run(T)(ICompetitionConfig) | Runs the benchmark. (Inherited from CompetitionRunnerBase.) | |
Run(T)(T, ICompetitionConfig) | Runs the benchmark. (Inherited from CompetitionRunnerBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
CodeJam.PerfTests.Running.Core Namespace
CodeJam.PerfTests.Running.Core.CompetitionRunnerBase