JuliaSmoothOptimizers / JSOSuite.jl

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

chore: Limit the number of problems in the longer tests to 5 #145

Closed abelsiqueira closed 3 months ago

abelsiqueira commented 3 months ago

Related to #140, but does not close the issue. Tests still take too long.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.75%. Comparing base (2c467a1) to head (acf3c50). Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #145 +/- ## ======================================= Coverage 79.75% 79.75% ======================================= Files 10 10 Lines 242 242 ======================================= Hits 193 193 Misses 49 49 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

abelsiqueira commented 3 months ago

That makes sense. Maybe a more aggressive benchmark CI? Run every time, for instance?

tmigot commented 3 months ago

I think it is a good idea for such package

abelsiqueira commented 3 months ago

Spawned #146 for benchmark

abelsiqueira commented 3 months ago

Thanks for the review. Merging despite docs failure, since they are unrelated.