Processing https://github.com/dotnet/runtime/pull/108153#issuecomment-2369190715 command: <details><summary>Command</summary> ```cs using BenchmarkDotNet.Attributes; public class Bench { IList<int> list = new int[10]; [Benchmark] public void Test() { foreach (var _ in list) {} } } ``` </details> (*EgorBot will reply in this issue*)