Explicitly setting the time measurement unit which BenchmarkDotNet should display results in is easy… 👇🏻

You might also be interested in...
How to have a GlobalSetup per benchmark in BenchmarkDotNetIf we are using BenchmarkDotNet and want to have a different setup method for each benchmark or groups of benchmarks … Continue reading How to have a GlobalSetup per benchmark...
How to output the Ratio column when using BenchmarkDotNet
If you’re using BenchmarkDotNet and want to see how other methods compare against a baseline method, set the Baseline attribute … Continue reading How to output the Ratio column when...
How to benchmark different versions of the same library with BenchmarkDotNet
If you want to benchmark the performance of two or more versions of the same library against each other you … Continue reading How to benchmark different versions of the...
Group benchmarks by method when using Params in BenchmarkDotNet
Using the Params attribute in BenchmarkDotNet is really useful as it allows us to get benchmark results for each combination … Continue reading Group benchmarks by method when using Params...
Remove columns in BenchmarkDotNet result table
BenchmarkDotNet v0.13.2 was released recently and one of the new features is the ability to remove columns from the results … Continue reading Remove columns in BenchmarkDotNet result table...