BenchmarkDotNet v0.13.2 was released recently and one of the new features is the ability to remove columns from the results output. This is very useful when we are trying to share benchmark results on our blogs or Twitter etc. and don’t want to have to manually remove columns which aren’t needed.
To hide columns simply set the HideColumns attribute on your benchmark class like below…