Skip to content

T_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionRunnerBase Class

Base class for competition benchmark runners

Inheritance Hierarchy

System.Object
  CodeJam.PerfTests.Running.Core.CompetitionRunnerBase
    CodeJam.PerfTests.Running.Core.ConsoleCompetitionRunner
    CodeJam.PerfTests.Running.Core.MSTestCompetitionRunner
    CodeJam.PerfTests.Running.Core.NUnitCompetitionRunner
    CodeJam.PerfTests.Running.Core.XunitCompetitionRunner
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public abstract class CompetitionRunnerBase

VB

Public MustInherit Class CompetitionRunnerBase

F#

[<AbstractClassAttribute>]
type CompetitionRunnerBase =  class end

The CompetitionRunnerBase type exposes the following members.

Constructors

 

Name Description
Protected method CompetitionRunnerBase Initializes a new instance of the CompetitionRunnerBase class
  Back to Top

Properties

 

Name Description
Protected property DefaultAdditionalRerunsIfAnnotationsUpdated Count of additional runs performed after updating source annotations.
Protected property DefaultLongRunningBenchmarkLimit Default timing limit to detect long-running benchmarks.
Protected property DefaultMaxRerunsIfValidationFailed Maximum count of retries performed if the limit checking failed.
Protected property DefaultMaxRunsAllowed Default timing limit to detect too fast benchmarks.
Protected property DefaultSkipRunsBeforeApplyingAnnotations Count of runs skipped before source annotations will be applied.
Protected property DefaultTooFastBenchmarkLimit Timing limit for too fast runs.
Protected property DumpSummaryToHostLogger Gets a value indicating whether the last run summary should be dumped into host logger.
  Back to Top

Methods

 

Name Description
Protected method CreateHostLogger Creates a host logger.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Protected method GetOutputDirectory Returns output directory that should be used for running the test.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OverrideAnalysers Override competition analysers.
Protected method OverrideColumns Override competition columns.
Protected method OverrideDiagnosers Override competition diagnosers.
Protected method OverrideExporters Override competition exporters.
Protected method OverrideJobs Override competition jobs.
Protected method OverrideLoggers Override competition loggers.
Protected method OverrideValidators Override competition validators.
Protected method ReportAssertionsFailed Reports failed assertions to user.
Protected method ReportExecutionErrors Reports the execution errors to user.
Protected method ReportHostLogger Reports content of the host logger to user.
Protected method ReportWarnings Reports warnings to user.
Public method Run(Assembly, ICompetitionConfig) Runs all benchmarks defined in the assembly.
Public method Run(Type, ICompetitionConfig) Runs the benchmark.
Public method Run(Type[], ICompetitionConfig) Runs all benchmarks defined in the assembly.
Public method Run(T)(ICompetitionConfig) Runs the benchmark.
Public method Run(T)(T, ICompetitionConfig) Runs the benchmark.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally