SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
244 stars 52 forks source link

Add sparselu benchmark #365

Closed j-fu closed 1 year ago

j-fu commented 1 year ago

So far with direct solvers.

codecov[bot] commented 1 year ago

Codecov Report

Merging #365 (8c1c175) into main (3881230) will increase coverage by 1.35%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #365      +/-   ##
==========================================
+ Coverage   22.00%   23.35%   +1.35%     
==========================================
  Files          20       20              
  Lines        1386     1387       +1     
==========================================
+ Hits          305      324      +19     
+ Misses       1081     1063      -18     

see 3 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

ChrisRackauckas commented 1 year ago

Awesome. I'll accept it here and open the SciMLBenchmarks one.