JuliaSmoothOptimizers / JuliaSmoothOptimizers/BenchmarkProfiles.jl
use DataFrames as input for `performance_profile()`
Open
- Dominant language
- Julia
- Stars
- 30
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Using data frames from [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl) as input for `performance_profile()` would be usefull.
Perhaps, the syntax could be to have a DataFrame as
``` julia
df = DataFrames(ProbName=String[],Solver1=Int[],Solver2=Int[],Solver3=Int[])
```
then push to `df` the data from each solver and call
```julia
performance_profiles(df)
```
which would use the column name from `df` as name of the solver, if note given by the user.
Contributor guide
Assessment
This issue has not been assessed yet.