Namespace BenchmarkDotNet.Jobs
Classes
- MonoArgument
Argument passed directly to mono when executing benchmarks (mono [options]) example: new MonoArgument("--gc=sgen")
- MsBuildArgument
Argument passed to dotnet cli when restoring and building the project example: new MsBuildArgument("/p:MyCustomSetting=123")