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 ce0dcd5 commit 0cdf6f5Copy full SHA for 0cdf6f5
perf/Grpc.AspNetCore.Microbenchmarks/DefaultCoreConfig.cs
@@ -43,10 +43,9 @@ public DefaultCoreConfig()
43
44
Add(JitOptimizationsValidator.FailOnError);
45
46
- // TODO(JamesNK): Change to out of process and enable server GC when https://github.com/dotnet/BenchmarkDotNet/issues/1023 is fixed
47
Add(Job.Core
48
.With(CsProjCoreToolchain.From(new NetCoreAppSettings("netcoreapp3.0", null, ".NET Core 3.0")))
49
- .With(InProcessToolchain.Instance)
+ .With(new GcMode { Server = true })
50
.With(RunStrategy.Throughput));
51
}
52
0 commit comments