SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
226 stars 40 forks source link

Scary Load Times in 1.9 #261

Closed avik-pal closed 10 months ago

avik-pal commented 10 months ago
codecov[bot] commented 10 months ago

Codecov Report

Merging #261 (8e25204) into master (786e8d3) will increase coverage by 0.05%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #261      +/-   ##
==========================================
+ Coverage   92.47%   92.52%   +0.05%     
==========================================
  Files          18       18              
  Lines        1687     1700      +13     
==========================================
+ Hits         1560     1573      +13     
  Misses        127      127              
Files Coverage Δ
src/NonlinearSolve.jl 100.00% <100.00%> (ø)

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

avik-pal commented 10 months ago

The problem seems to have been fixed (atleast on CI)

ErikQQY commented 10 months ago

Tested on Julia 1.9.3:

julia> @time using NonlinearSolve
[ Info: Precompiling NonlinearSolve [8913a72c-1f9b-4ce2-8d82-65094dcecaec]
 89.902674 seconds (6.52 M allocations: 423.038 MiB, 3.10% gc time, 0.86% compilation time)