BenchmarkDotNet
BenchmarkDotNet copied to clipboard
JsonExporter: make Json export more extensible.
Hello,
I would like to add additional data to the existing JSON BenchmarkDotNet report, but there is currently no possibility to enrich the report. That's why I separated ExportToLog into report creation (ExportToLog) and further virtual report data generation methods (CreateLog).
Best regards Peter
Hello, did I miss anything in order to get this merged?