Beispiel #1
0
 public IReadOnlyDictionary <Type, CompetitionState> Run(
     [NotNull] Assembly assembly,
     [NotNull] ICompetitionConfig competitionConfig) =>
 Run(BenchmarkHelpers.GetBenchmarkTypes(assembly), competitionConfig);
Beispiel #2
0
 public IReadOnlyDictionary <Type, CompetitionState> Run(
     [NotNull] Assembly assembly,
     [CanBeNull] CompetitionFeatures competitionFeatures = null) =>
 Run(BenchmarkHelpers.GetBenchmarkTypes(assembly), competitionFeatures);