Merge pull request #2663 from dotnet/pakrym/perf-tests
Add performance tests
This commit is contained in:
commit
dfa071de21
33 changed files with 729 additions and 4 deletions
|
@ -36,7 +36,8 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
"Microsoft.DotNet.Cli.Utils.Tests",
|
||||
"Microsoft.DotNet.Compiler.Common.Tests",
|
||||
"Microsoft.DotNet.ProjectModel.Tests",
|
||||
"Microsoft.Extensions.DependencyModel.Tests"
|
||||
"Microsoft.Extensions.DependencyModel.Tests",
|
||||
"Performance"
|
||||
};
|
||||
|
||||
public static readonly string[] WindowsTestProjects = new[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue