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
usingBenchmarkDotNet.Attributes;publicclassBench{inta=0;intb=0;intc=0;intd=0;inte=0;[Benchmark]publicintTest(){intzeros=0;Parallel.For(0,1024, i =>{intzeros=0;intnonzeros=0;if(a==0)zeros++;elsenonzeros++;if(b==0)zeros++;elsenonzeros++;if(c==0)zeros++;elsenonzeros++;if(d==0)zeros++;elsenonzeros++;if(e==0)zeros++;elsenonzeros++;});returnzeros;}}
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered:
Processing dotnet/runtime#110258 (comment) command:
Command
-intel -arm -profiler --envvars DOTNET_TC_CallCounting:0 DOTNET_TieredPGO_InstrumentOnlyHotCode:0 DOTNET_TieredPGO_ScalableCountThreshold:1E
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: