dotnet/BenchmarkDotNet

Calculate baseline by fastest with config

开放

#1,024 创建于 2019年1月24日

 (1 条评论) (1 个反应) (1 位负责人)C# (1,063 个派生)batch import
Hacktoberfesthelp wantedup-for-grabs

仓库指标

星标
 (11,480 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南