Skip to content

Methods_T_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase

andrewvk edited this page Nov 8, 2016 · 1 revision

CompetitionRunnerBase Methods

The CompetitionRunnerBase type exposes the following members.

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

CompetitionRunnerBase Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally