コード例 #1
0
 public IEnumerable <Summary> Run(string[] args = null)
 {
     args = typeParser.ReadArgumentList(args ?? new string[0]);
     return(RunBenchmarks(args));
 }
コード例 #2
0
 public IEnumerable <Summary> Run(string[] args = null, IConfig config = null)
 {
     args = typeParser.ReadArgumentList(args ?? Array.Empty <string>());
     return(RunBenchmarks(args, config));
 }