dotnet/BenchmarkDotNet

Allow custom exporter options to be defined

已关闭

#1,967 创建于 2022年3月26日

 (8 条评论) (0 个反应) (0 位负责人)C# (1,063 个派生)batch import
Area:CommandLineArea:Exportersenhancementgood first issueup-for-grabs

仓库指标

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

描述

Currently options for the exporters console argument are hardcoded here: https://github.com/dotnet/BenchmarkDotNet/blob/21a29406406aeca1cdfa195fa86ac28d04ba8e33/src/BenchmarkDotNet/ConsoleArguments/ConfigParser.cs#L52-L71

I would love a way to add custom exporters as options to this list.

贡献者指南