dotnet / BenchmarkDotNet

Powerful .NET library for benchmarking
https://benchmarkdotnet.org
MIT License
10.24k stars 952 forks source link

Initial ScottPlotExporter with just Bar Plot and Unit Tests #2560

Open FlatlinerDOA opened 3 months ago

FlatlinerDOA commented 3 months ago

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 commented 3 months ago

@dotnet-policy-service agree

FlatlinerDOA commented 2 months ago

Hey @timcassell and @AndreyAkinshin just checking in for a status update on this one. I'm happy for any feedback. My plan was to add the rest of the charts that the R plot has once this PR was accepted.