BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

`Job.WithGcForce` does not work

Open timcassell opened this issue 3 months ago • 0 comments

While working on #2562, I found that Job.WithGcForce(false) doesn't do anything, and the Engine calling ForceGcCleanups = targetJob.ResolveValue(GcMode.ForceCharacteristic, Resolver); only ever returns the default value true.

cc @AndreyAkinshin

timcassell avatar May 08 '24 23:05 timcassell