Method | Description | |
---|---|---|
CompleteCommit ( Config cfg, Benchmarker.Models.Commit commit ) : Task |
||
LoadAllBenchmarksFrom ( string directory ) : List |
||
LoadAllBenchmarksFrom ( string directory, IEnumerable |
||
LoadConfigFromFile ( string filename, string root, bool expandRoot ) : Config | ||
LoadMachineCurrentFrom ( string directory ) : Machine | ||
LoadMachineFromFile ( string machineName, string directory ) : Machine | ||
LoadProductFromFile ( string productName, string directory ) : Benchmarker.Models.Product | ||
LocalHostnameAndArch ( ) : string>.Tuple |
||
NewProcessStartInfo ( Config cfg, string binaryProtocolFilename ) : |
||
PrintableEnvironmentVariables ( |
||
RunForStdout ( string command, string workingDirectory ) : string | ||
SetProcessStartEnvironmentVariables ( |
Method | Description | |
---|---|---|
LoadBenchmarkFromFile ( string filename ) : Benchmark | ||
ResolveFullHashViaGithub ( Benchmarker.Models.Commit commit ) : Task |
public static CompleteCommit ( Config cfg, Benchmarker.Models.Commit commit ) : Task |
||
cfg | Config | |
commit | Benchmarker.Models.Commit | |
return | Task |
public static LoadAllBenchmarksFrom ( string directory ) : List |
||
directory | string | |
return | List |
public static LoadAllBenchmarksFrom ( string directory, IEnumerable |
||
directory | string | |
names | IEnumerable |
|
return | List |
public static LoadConfigFromFile ( string filename, string root, bool expandRoot ) : Config | ||
filename | string | |
root | string | |
expandRoot | bool | |
return | Config |
public static LoadMachineCurrentFrom ( string directory ) : Machine | ||
directory | string | |
return | Machine |
public static LoadMachineFromFile ( string machineName, string directory ) : Machine | ||
machineName | string | |
directory | string | |
return | Machine |
public static LoadProductFromFile ( string productName, string directory ) : Benchmarker.Models.Product | ||
productName | string | |
directory | string | |
return | Benchmarker.Models.Product |
public static LocalHostnameAndArch ( ) : string>.Tuple |
||
return | string>.Tuple |
public static NewProcessStartInfo ( Config cfg, string binaryProtocolFilename ) : |
||
cfg | Config | |
binaryProtocolFilename | string | |
return |
public static PrintableEnvironmentVariables ( |
||
info | ||
return | string |
public static RunForStdout ( string command, string workingDirectory ) : string | ||
command | string | |
workingDirectory | string | |
return | string |
public static SetProcessStartEnvironmentVariables ( |
||
info | ||
cfg | Config | |
binaryProtocolFilename | string | |
return | void |