SolverBenchmark.jl icon indicating copy to clipboard operation
SolverBenchmark.jl copied to clipboard

export profiles data

Open d-monnet opened this issue 2 years ago • 2 comments

Hi there, I'd like to know if there is a function to export the data (.csv or similar) of the performance profiles (the coordinates of the points of the curves). I'd like to retrieve these coordinates to do the plot myself with a different software.

Thanks !

d-monnet avatar Sep 05 '23 22:09 d-monnet

Hi @d-monnet ! I don't think it exists at the moment, but that's a good feature to add in my opinion. I think the strategy would be to split in two methods the one that builds the performance profile. Feel free to open a PR if you have a tentative implementation that would solve this.

tmigot avatar Oct 02 '23 11:10 tmigot

I looked into it and performance_profile_data is what I was looking for. I think it suffices to add a .csv export function in the BenchmarkProfiles.jl package to address this issue, or this function would be better suited in this (SolverBenchmark.jl) package ?

d-monnet avatar Oct 11 '23 15:10 d-monnet