dotnet/BenchmarkDotNet

Allow custom exporter options to be defined

Open

#1.967 aberto em 26 de mar. de 2022

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)C# (1.054 forks)batch import
Area:CommandLineArea:Exportersenhancementgood first issueup-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

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.

Guia do colaborador