Skip to content

Commit

Permalink
Merge pull request #310 from dionysos-dev/ABR
Browse files Browse the repository at this point in the history
change benchmark output path
  • Loading branch information
arnaudbrowet authored Oct 4, 2023
2 parents a7eb74b + 915b6e2 commit 6e9a020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench/benchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ for (i, ((method, problem), optimizer)) in enumerate(bench)
end
end

CSV.write("bench/benchmark.csv", df)
CSV.write("./benchmark.csv", df)

0 comments on commit 6e9a020

Please sign in to comment.