dotnet/BenchmarkDotNet

Allow custom exporter options to be defined

Open

#1.967 geöffnet am 26. März 2022

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (11.415 Stars) (1.054 Forks)batch import
Area:CommandLineArea:Exportersenhancementgood first issueup-for-grabs

Beschreibung

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.

Contributor Guide