There was an error while loading. Please reload this page.
1 parent 4307847 commit 1f3fbd6Copy full SHA for 1f3fbd6
1 file changed
bench/Autofac.Benchmarks/Program.cs
@@ -37,6 +37,7 @@ internal static void Main(string[] args)
37
$"/p:BaselinePackageVersion={baselineVersion}"));
38
}
39
40
+ Console.WriteLine($"Benchmark types configured: {BenchmarkSet.All.Length}");
41
new BenchmarkSwitcher(BenchmarkSet.All).Run(filteredArgs, config);
42
43
0 commit comments