SolverBenchmark.jl
SolverBenchmark.jl copied to clipboard
`performance_profile()` doesn't passe kwargs to `BenchmarkProfiles.performance_profiles()`
There is no option to pass BenchmarkProfiles.performance_profiles() keyword arguments such as logscale to SolverBenchmark.performance_profiles.
As such it is not possible to desactivate the log scale (among other things) with SolverBenchmark.performance_profiles.
I'm not sure what the workaround would be since the kargs are sent to plot.
A possible solution would be for SolverBenchmark.performance_profiles() to take two Dicts of kwargs instead of one set of kwargs: one that will be passed to BenchmarkProfiles.performance_profiles() and one that will be passed to plot().