未验证 提交 a2af2a83 编写于 作者: S Sam Harwell 提交者: GitHub

Merge pull request #36184 from sharwell/syntax-tree-benchmarks

 Syntax tree benchmarks
......@@ -77,6 +77,9 @@ internal async Task RunAsync(Workspace workspace, CancellationToken cancellation
}
}
Console.WriteLine("Pausing 5 seconds before continuing analysis...");
await Task.Delay(TimeSpan.FromSeconds(5)).ConfigureAwait(false);
var incrementalAnalyzerProviders = exportProvider.GetExports<IIncrementalAnalyzerProvider, IncrementalAnalyzerProviderMetadata>();
foreach (var incrementalAnalyzerName in _options.IncrementalAnalyzerNames)
......
......@@ -28,6 +28,10 @@
"commandName": "Project",
"commandLineArgs": "$(OutDir)Microsoft.CodeAnalysis.CSharp.Features.dll $(SolutionDir)..\\Orchard\\src\\Orchard.sln /stats /a CSharpSimplifyTypeNamesDiagnosticAnalyzer /editperf:ContentQueryExtensions /edititer:300"
},
"IIncrementalAnalyzer SyntaxTreeInfoIncrementalAnalyzerProvider": {
"commandName": "Project",
"commandLineArgs": "$(OutDir) $(SolutionDir)Roslyn.sln /stats /ia SyntaxTreeInfoIncrementalAnalyzerProvider /persist /profileroot $(SolutionDir)artifacts\\profileRoot"
},
"IIncrementalAnalyzer SymbolTreeInfoIncrementalAnalyzerProvider": {
"commandName": "Project",
"commandLineArgs": "$(OutDir) $(SolutionDir)Roslyn.sln /stats /ia SymbolTreeInfoIncrementalAnalyzerProvider /persist /profileroot $(SolutionDir)artifacts\\profileRoot"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册