You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using BenchmarkDotNet.Attributes;using BenchmarkDotNet.Running;using System.Runtime.CompilerServices;
BenchmarkSwitcher.FromAssembly(typeof(Bench).Assembly).Run(args);publicclassBench{staticint[]s_array=newint[512];[Benchmark]publicintTest(){IEnumerable<int>e= s_array;intsum=0;foreach(int i in e)sum+=i;returnsum;}}
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered:
Processing dotnet/runtime#109237 (comment) command:
Command
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: