JuliaSmoothOptimizers / JuliaSmoothOptimizers/SolverBenchmark.jl
`performance_profile()` doesn't passe kwargs to `BenchmarkProfiles.performance_profiles()`
Open
enhancement
- Dominant language
- Julia
- Stars
- 22
- Forks
- 12
- Avg merge
- 7h 42m
- Merged PRs (30d)
- 2
Description
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`](https://github.com/JuliaSmoothOptimizers/SolverBenchmark.jl/blob/ebdf45f4a007849cdc0cedcd43f03db0dcffd5cc/src/profiles.jl#L129).
Contributor guide
Assessment
This issue has not been assessed yet.