dotnet/roslyn
GitHub で見るPossible test perf improvement using null stream for pdb sink
Open
#364 opened on 2015年2月10日
Area-CompilersFeature RequestTenet-Performancehelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
Should this test code
c.Emit(new MemoryStream(), pdbStream: new MemoryStream()).Diagnostics.Verify(expected);
use Stream.Null instead of a memory stream for performance?