Ejemplo n.º 1
0
 /// <summary>
 /// Returns a report for the given benchmark or null if there is no a corresponded report.
 /// </summary>
 public BenchmarkReport this[BenchmarkCase benchmarkCase] => ReportMap.GetValueOrDefault(benchmarkCase);
Ejemplo n.º 2
0
 [PublicAPI] public bool HasReport(BenchmarkCase benchmarkCase) => ReportMap.ContainsKey(benchmarkCase);