Skip to content

Commit 0628b5d

Browse files
committed
Fix build
1 parent 2c8edea commit 0628b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Servers/IIS/IIS/benchmarks/IIS.Performance/FirstRequestConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ public FirstRequestConfig()
2727

2828
Add(JitOptimizationsValidator.FailOnError);
2929

30-
Add(Job.Core
30+
Add(Job.Default
3131
.With(CsProjCoreToolchain.From(NetCoreAppSettings.NetCoreApp21))
3232
.With(new GcMode { Server = true })
33-
.WithTargetCount(10)
33+
.WithIterationCount(10)
3434
.WithInvocationCount(1)
3535
.WithUnrollFactor(1)
3636
.With(RunStrategy.ColdStart));

0 commit comments

Comments
 (0)