You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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.
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 ?
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 !
The text was updated successfully, but these errors were encountered: