adrhill / SparseConnectivityTracer.jl

Fast operator-overloading Jacobian & Hessian sparsity detection.
MIT License
27 stars 2 forks source link

Smaller benchmarks #157

Closed adrhill closed 3 months ago

adrhill commented 3 months ago

In recent PRs, we've never needed to benchmark the performance of individual set types. At this point in development, we should focus on benchmarks of our defaults instead. The only exception in this PR are shared Hessian tracers, which don't have a public API yet.

codecov-commenter commented 3 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 76.19%. Comparing base (ba2f2fe) to head (168795a). Report is 1 commits behind head on main.

:exclamation: There is a different number of reports uploaded between BASE (ba2f2fe) and HEAD (168795a). Click for more details.

HEAD has 2 uploads less than BASE | Flag | BASE (ba2f2fe) | HEAD (168795a) | |------|------|------| ||4|2|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #157 +/- ## =========================================== - Coverage 92.21% 76.19% -16.03% =========================================== Files 38 37 -1 Lines 1554 1491 -63 =========================================== - Hits 1433 1136 -297 - Misses 121 355 +234 ```

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