We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8edea commit 0628b5dCopy full SHA for 0628b5d
src/Servers/IIS/IIS/benchmarks/IIS.Performance/FirstRequestConfig.cs
@@ -27,10 +27,10 @@ public FirstRequestConfig()
27
28
Add(JitOptimizationsValidator.FailOnError);
29
30
- Add(Job.Core
+ Add(Job.Default
31
.With(CsProjCoreToolchain.From(NetCoreAppSettings.NetCoreApp21))
32
.With(new GcMode { Server = true })
33
- .WithTargetCount(10)
+ .WithIterationCount(10)
34
.WithInvocationCount(1)
35
.WithUnrollFactor(1)
36
.With(RunStrategy.ColdStart));
0 commit comments