BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Calculate baseline by fastest with config

Open rikimaru0345 opened this issue 6 years ago • 1 comments

Hi, I'm implementing a : ManualConfig and I want to have the "Ratio" column. Adding it with Add(BaselineRatioColumn.RatioMean); works fine.

But I always want the baseline to be the fastest run instead of having to manually (predetermine) what benchmark should be considered the baseline.

Is that possible somehow? If so, how?

rikimaru0345 avatar Jan 24 '19 09:01 rikimaru0345

@rikimaru0345 thanks for the idea! Currently, it's not possible, but it should be easy to implement.

AndreyAkinshin avatar Jan 26 '19 06:01 AndreyAkinshin