dotnet/runtime
Add triggering test for GC.AddMemoryPressure/GC.RemoveMemoryPressure
オープン
#36,796 opened on 2020/05/21
area-GC-coreclrhelp wantedincrease-code-coverage
Repository metrics
- Stars
- (17,886 個のスター)
- PR merge metrics
- (平均マージ 12d 11h) (30d で 661 merged PRs)
説明
The underlying GC.AddMemoryPressure/GC.RemoveMemoryPressure implementations were updated in https://github.com/dotnet/runtime/pull/36767. The existing testing was questionable already and does nothing for this other algorithm. Deferring adding equivalent testing for now since this code path is not new but has been around since .NET Framework.
/cc @VSadov