dotnet/BenchmarkDotNet

Calculate baseline by fastest with config

Open

#1.024 geöffnet am 24. Jan. 2019

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (1 zugewiesene Person)C# (11.415 Stars) (1.054 Forks)batch import
Hacktoberfesthelp wantedup-for-grabs

Beschreibung

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?

Contributor Guide