Skip to content

T_CodeJam_PerfTests_Configs_ICompetitionConfig

andrewvk edited this page Nov 8, 2016 · 3 revisions

ICompetitionConfig Interface

Competition config.

Namespace: CodeJam.PerfTests.Configs
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public interface ICompetitionConfig

VB

Public Interface ICompetitionConfig

F#

type ICompetitionConfig =  interface end

The ICompetitionConfig type exposes the following members.

Properties

 

Name Description
Public property AllowDebugBuilds Allow debug builds to be used in competitions.
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).
Public property CompetitionLimitProvider Competition limit provider.
Public property ConcurrentRunBehavior Behavior for concurrent competition runs.
Public property DetailedLogging Enable detailed logging.
Public property IgnoreExistingAnnotations The analyser should ignore existing limit annotations.
Public property LogCompetitionLimits Log competition limits.
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).
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.
Public property ReportWarningsAsErrors Report warnings as errors.
Public property RerunIfLimitsFailed Rerun competition if competition limits check failed.
Public property UpdateSourceAnnotations Try to update source annotations if competition limits check failed.
  Back to Top

See Also

Reference

CodeJam.PerfTests.Configs Namespace

Clone this wiki locally