JuliaSmoothOptimizers / JSOSuite.jl

One stop solutions for all things optimization
Mozilla Public License 2.0
22 stars 6 forks source link

Add benchmark folder and workflow #128

Closed abelsiqueira closed 11 months ago

abelsiqueira commented 11 months ago

This adds a simple benchmark script. It should help track improvements and regressions. After it is merged, it will run the benchmark whenever there are any modifications to the src folder and post the results here. It only works for branches from inside the repo, so no forks.

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

see 2 files with indirect coverage changes

:loudspeaker: Thoughts on this report? Let us know!.

tmigot commented 11 months ago

Hi @abelsiqueira , thanks for this suggestion. I guess the run benchmark check fais because this needs to be merged first?

abelsiqueira commented 11 months ago

That's my understanding also.

tmigot commented 11 months ago

Ok, let's go then! Thanks @abelsiqueira