Fix audit findings for coverage, architecture checks, and XML docs
This commit is contained in:
@@ -50,6 +50,13 @@ class Program
|
||||
return;
|
||||
}
|
||||
|
||||
if (mode == "gate")
|
||||
{
|
||||
using var _ = LogContext.PushProperty("Mode", "PerformanceGateSmoke");
|
||||
PerformanceGateSmoke.Run(logger);
|
||||
return;
|
||||
}
|
||||
|
||||
if (mode == "all")
|
||||
{
|
||||
using var _ = LogContext.PushProperty("Mode", "AllBenchmarks");
|
||||
|
||||
Reference in New Issue
Block a user