P_CodeJam_PerfTests_Configs_ReadOnlyCompetitionConfig_PreviousRunLogUri - rsdn/CodeJam GitHub Wiki
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
GetF#
abstract PreviousRunLogUri : string with get
override PreviousRunLogUri : string with getType: String
The URI of the log that contains competition limits from previous run(s).
ICompetitionConfig.PreviousRunLogUri
ReadOnlyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace