Table of Contents

Slim Field

Definition

Namespace
Codebelt.Extensions.BenchmarkDotNet
Assemblies
Codebelt.Extensions.BenchmarkDotNet.dll
Source
src/Codebelt.Extensions.BenchmarkDotNet/BenchmarkWorkspaceOptions.cs

A tuned BenchmarkDotNet.Jobs.Job preset that serves as a fast, reliable baseline for most benchmarks, balancing measurement accuracy with developer efficiency.

public static readonly Job Slim

Returns

Job

A BenchmarkDotNet.Jobs.Job configured with reduced warmup, shortened iteration duration, controlled iteration counts, and without system power plan enforcement.

Remarks

Based on the recommended configuration used in the .NET Performance repository: https://github.com/dotnet/performance/blob/main/src/harness/BenchmarkDotNet.Extensions/RecommendedConfig.cs