Skip to content

T_CodeJam_PerfTests_Configs_AssemblyCompetitionConfig

andrewvk edited this page Nov 8, 2016 · 3 revisions

AssemblyCompetitionConfig Class

Competition config that can be configured via app.config Check the AppConfigOptions for settings avaliable.

Inheritance Hierarchy

System.Object
  ReadOnlyConfig
    CodeJam.PerfTests.Configs.ReadOnlyCompetitionConfig
      CodeJam.PerfTests.Configs.AssemblyCompetitionConfig
Namespace: CodeJam.PerfTests.Configs
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public sealed class AssemblyCompetitionConfig : ReadOnlyCompetitionConfig

VB

Public NotInheritable Class AssemblyCompetitionConfig
	Inherits ReadOnlyCompetitionConfig

F#

[<SealedAttribute>]
type AssemblyCompetitionConfig =  
    class
        inherit ReadOnlyCompetitionConfig
    end

The AssemblyCompetitionConfig type exposes the following members.

Constructors

 

Name Description
Public method AssemblyCompetitionConfig Initializes a new instance of the AssemblyCompetitionConfig class.
  Back to Top

Properties

 

Name Description
Public property AllowDebugBuilds Allow debug builds to be used in competitions. (Inherited from ReadOnlyCompetitionConfig.)
Public property AllowLongRunningBenchmarks The analyser should not warn on benchmark runs that take longer than 0.5 sec to complete. (limit value can be overriden by CompetitionRunnerBase implementation). (Inherited from ReadOnlyCompetitionConfig.)
Public property CompetitionLimitProvider Competition limit provider. (Inherited from ReadOnlyCompetitionConfig.)
Public property ConcurrentRunBehavior Behavior for concurrent competition runs. (Inherited from ReadOnlyCompetitionConfig.)
Public property DetailedLogging Enable detailed logging. (Inherited from ReadOnlyCompetitionConfig.)
Public property IgnoreExistingAnnotations The analyser should ignore existing limit annotations. (Inherited from ReadOnlyCompetitionConfig.)
Public property LogCompetitionLimits Log competition limits. (Inherited from ReadOnlyCompetitionConfig.)
Public property MaxRunsAllowed Total count of reruns allowed. Set this to zero to use default limit of 10 runs. (limit value can be overriden by CompetitionRunnerBase implementation). (Inherited from ReadOnlyCompetitionConfig.)
Public property PreviousRunLogUri URI of the log that contains competition limits from previous run(s). Relative paths, absolute paths and web URLs are supported. If UpdateSourceAnnotations set to true, the annotations will be updated with limits from the log. Set LogCompetitionLimitstrue to log the limits. (Inherited from ReadOnlyCompetitionConfig.)
Public property ReportWarningsAsErrors Report warnings as errors. (Inherited from ReadOnlyCompetitionConfig.)
Public property RerunIfLimitsFailed Rerun competition if competition limits check failed. (Inherited from ReadOnlyCompetitionConfig.)
Public propertyStatic member RunConfig Returns competition config for calling assembly.
Public property UpdateSourceAnnotations Try to update source annotations if competition limits check failed. (Inherited from ReadOnlyCompetitionConfig.)
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodStatic member GetConfigForAssembly Returns competition config for the assembly.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

CodeJam.PerfTests.Configs Namespace

Clone this wiki locally