Namespace Mawosoft.Extensions.BenchmarkDotNet
Classes
BenchmarkRunInfos
A wrapper and extension for BenchmarkConverter, collecting the converted benchmarks, executing them, and optionally overriding any global and local Job configurations.
CombinedParamsColumn
An alternative to DefaultColumnProviders.Params that displays all parameters in a single, customizable column.
ConfigExtensions
ManualConfig and IConfig extension methods for replacing parts of an existing config - for example, default columns with custom ones.
JobColumnSelectionProvider
An alternative to DefaultColumnProviders.Job, with a user-defined selection of Job columns.
ParamWrapper<T>
A generic wrapper to associate strongly typed parameter or argument values with a display text.
RecyclableParamsColumnProvider
An alternative to DefaultColumnProviders.Params that displays parameters in recyclable columns corresponding to parameter position rather than name.
WhatifFilter
An alternative to BenchmarkDotNet's --list
command line option that prints a mock
summary of all available benchmarks according to the current effective BenchmarkDotNet configuration.