You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After nodejs was made into a virtual package recently, it was noticed that the upgrade to the new package(s) takes an obscene amount of time (in some cases almost 10 minutes, even on an SSD). Similar things were observed after the llvm package restructuring.
Test case:
Uninstall nodejs-20 and nodejs (if installed)
sudo eopkg it https://packages.getsol.us/unstable/n/nodejs/nodejs-20.18.0-122-1-x86_64.eopkg
After
nodejs
was made into a virtual package recently, it was noticed that the upgrade to the new package(s) takes an obscene amount of time (in some cases almost 10 minutes, even on an SSD). Similar things were observed after the llvm package restructuring.Test case:
nodejs-20
andnodejs
(if installed)sudo eopkg it https://packages.getsol.us/unstable/n/nodejs/nodejs-20.18.0-122-1-x86_64.eopkg
sudo eopkg up
cProfile of the upgrade process sorted by tottime:
https://gist.githubusercontent.com/Staudey/a9c87cbcc6c068b1bc7a9e5ad1e1166a/raw/0f5ca104f28dbadf044aec21e5ba9b6f97292587/gistfile1.txt
cProfile of the upgrade process sorted by cumtime:
https://gist.githubusercontent.com/Staudey/4f6c4fb911b8e836635f61ba312f8954/raw/b9fca1f1be4ad036dcf2b5528286f30da0fc213d/gistfile1.txt
The text was updated successfully, but these errors were encountered: