Skip to content

P_CodeJam_PerfTests_Configs_ReadOnlyCompetitionConfig_PreviousRunLogUri

andrewvk edited this page Nov 8, 2016 · 2 revisions

ReadOnlyCompetitionConfig.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; }

VB

Public ReadOnly Property PreviousRunLogUri As String
	Get

F#

abstract PreviousRunLogUri : string with get
override PreviousRunLogUri : string with get

Property Value

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

Implements

ICompetitionConfig.PreviousRunLogUri

See Also

Reference

ReadOnlyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally