6 references to InnerLoopCount
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (6)
Http1ConnectionParsingOverheadBenchmark.cs (6)
49[Benchmark(Baseline = true, OperationsPerInvoke = InnerLoopCount)] 52for (var i = 0; i < InnerLoopCount; i++) 58[Benchmark(OperationsPerInvoke = InnerLoopCount)] 61for (var i = 0; i < InnerLoopCount; i++) 67[Benchmark(OperationsPerInvoke = InnerLoopCount)] 70for (var i = 0; i < InnerLoopCount; i++)