dotnet/BenchmarkDotNet

Allow custom exporter options to be defined

クローズ

#1,967 opened on 2022/03/26

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)C# (1,063 件のフォーク)batch import
Area:CommandLineArea:Exportersenhancementgood first issueup-for-grabs

Repository metrics

Stars
 (11,480 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド