-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase
andrewvk edited this page Nov 8, 2016
·
2 revisions
Base class for competition benchmark runners
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)
C#
public abstract class CompetitionRunnerBase
VB
Public MustInherit Class CompetitionRunnerBase
F#
[<AbstractClassAttribute>]
type CompetitionRunnerBase = class end
The CompetitionRunnerBase type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CompetitionRunnerBase | Initializes a new instance of the CompetitionRunnerBase class |
Name | Description | |
---|---|---|
![]() |
DefaultAdditionalRerunsIfAnnotationsUpdated | Count of additional runs performed after updating source annotations. |
![]() |
DefaultLongRunningBenchmarkLimit | Default timing limit to detect long-running benchmarks. |
![]() |
DefaultMaxRerunsIfValidationFailed | Maximum count of retries performed if the limit checking failed. |
![]() |
DefaultMaxRunsAllowed | Default timing limit to detect too fast benchmarks. |
![]() |
DefaultSkipRunsBeforeApplyingAnnotations | Count of runs skipped before source annotations will be applied. |
![]() |
DefaultTooFastBenchmarkLimit | Timing limit for too fast runs. |
![]() |
DumpSummaryToHostLogger | Gets a value indicating whether the last run summary should be dumped into host logger. |
Name | Description | |
---|---|---|
![]() |
CreateHostLogger | Creates a host logger. |
![]() |
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. |
![]() |
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. |
![]() |
OverrideColumns | Override competition columns. |
![]() |
OverrideDiagnosers | Override competition diagnosers. |
![]() |
OverrideExporters | Override competition exporters. |
![]() |
OverrideJobs | Override competition jobs. |
![]() |
OverrideLoggers | Override competition loggers. |
![]() |
OverrideValidators | Override competition validators. |
![]() |
ReportAssertionsFailed | Reports failed assertions to user. |
![]() |
ReportExecutionErrors | Reports the execution errors to user. |
![]() |
ReportHostLogger | Reports content of the host logger to user. |
![]() |
ReportWarnings | Reports warnings to user. |
![]() |
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. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |