Skip to content

Commit b67cabe

Browse files
committed
Add logs to benchmarks to explain what was executed.
1 parent 52be221 commit b67cabe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bench/Autofac.Benchmarks/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ internal static void Main(string[] args)
3737
$"/p:BaselinePackageVersion={baselineVersion}"));
3838
}
3939

40+
Console.WriteLine($"Benchmark types configured: {BenchmarkSet.All.Length}");
4041
new BenchmarkSwitcher(BenchmarkSet.All).Run(filteredArgs, config);
4142
}
4243

0 commit comments

Comments
 (0)