How to have multiple baselines in BenchmarkDotNet

Without doing anything else if we try to mark two or more benchmark methods as baselines BenchmarkDotNet will complain…

.. but it is possible to do once we split our benchmarks up into categories and then instruct BenchmarkDotNet to group the results by these categories…

Example output from the above benchmarks look similar to…

Leave a Reply

Your email address will not be published. Required fields are marked *