dotnet/BenchmarkDotNet

Allow custom exporter options to be defined

Open

#1967 aperta il 26 mar 2022

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)C# (1054 fork)batch import
Area:CommandLineArea:Exportersenhancementgood first issueup-for-grabs

Metriche repository

Star
 (11.415 star)
Metriche merge PR
 (Merge medio 5g 9h) (20 PR mergiate in 30 g)

Descrizione

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.

Guida contributor