Skip to content

P_CodeJam_PerfTests_Configs_ICompetitionConfig_PreviousRunLogUri

andrewvk edited this page Nov 8, 2016 · 2 revisions

ICompetitionConfig.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#

string PreviousRunLogUri { get; }

VB

ReadOnly Property PreviousRunLogUri As String
	Get

F#

abstract PreviousRunLogUri : string with get

Property Value

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

See Also

Reference

ICompetitionConfig Interface
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally