BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Initial ScottPlotExporter with just Bar Plot and Unit Tests

Open FlatlinerDOA opened this issue 4 months ago • 2 comments

This adds a new project called BenchmarkDotNet.Exporters.Plotting.

Currently just supports Bar Plots with configurable options for Width, Height and whether to RotateLabels (for large bar labels defaults to true).

Example Bar Plot: MockSummary-Escape_ParamsAndArguments-barplot

NOTE: Currently build gets an error about strong naming?

FlatlinerDOA avatar Apr 13 '24 13:04 FlatlinerDOA