-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_PerfTests_Configs_ReadOnlyCompetitionConfig_PreviousRunLogUri
andrewvk edited this page Nov 8, 2016
·
2 revisions
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)
C#
public string PreviousRunLogUri { get; }
VB
Public ReadOnly Property PreviousRunLogUri As String
Get
F#
abstract PreviousRunLogUri : string with get
override PreviousRunLogUri : string with get
Type: String
The URI of the log that contains competition limits from previous run(s).
ICompetitionConfig.PreviousRunLogUri
ReadOnlyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace