Closed
Description
Looking at the time to take to test a simple package (https://github.com/KristofferC/LazilyInitializedFields.jl/actions/runs/8072420307/job/22079073318?pr=30) I see an over 2x regression end to end.
Some numbers:
# nightly
18 dependencies successfully precompiled in 54 seconds. 31 already precompiled.
# 1.10
18 dependencies successfully precompiled in 21 seconds. 3 already precompiled.
#nightly
Doctests: LazilyInitializedFields | 1 1 25.3s
# 1.10
Doctests: LazilyInitializedFields | 1 1 10.2s
It is possible this is mostly the same as #52592 which was closed, first without a comment and then with
There seemed to be nothing here to solve after looking into it
but a 2x regression end to end for a very standard simple package seems like something that should be solved