dotnet/BenchmarkDotNet

Calculate baseline by fastest with config

Open

#1024 aperta il 24 gen 2019

Vedi su GitHub
 (1 commento) (1 reazione) (1 assegnatario)C# (1054 fork)batch import
Hacktoberfesthelp wantedup-for-grabs

Metriche repository

Star
 (11.415 star)
Metriche merge PR
 (Merge medio 5g 9h) (20 PR mergiate in 30 g)

Descrizione

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?

Guida contributor