dotnet/BenchmarkDotNet

Calculate baseline by fastest with config

Open

#1.024 aberto em 24 de jan. de 2019

Ver no GitHub
 (1 comment) (1 reaction) (1 assignee)C# (1.054 forks)batch import
Hacktoberfesthelp wantedup-for-grabs

Métricas do repositório

Stars
 (11.415 stars)
Métricas de merge de PR
 (Mesclagem média 5d 9h) (20 fundiu PRs em 30d)

Description

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?

Guia do colaborador