Skip to content

P_CodeJam_PerfTests_Configs_ManualCompetitionConfig_PreviousRunLogUri

andrewvk edited this page Nov 8, 2016 · 2 revisions

ManualCompetitionConfig.PreviousRunLogUri Property

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.

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

Syntax

C#

public string PreviousRunLogUri { get; set; }

VB

Public Property PreviousRunLogUri As String
	Get
	Set

F#

abstract PreviousRunLogUri : string with get, set
override PreviousRunLogUri : string with get, set

Property Value

Type: String
The URI of the log that contains competition limits from previous run(s).

Implements

ICompetitionConfig.PreviousRunLogUri

See Also

Reference

ManualCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally