Open
Description
I added a few date -Ins
into a ~/.bashrc
on Gitpod, and found that loading all $HOME/.bashrc.d/*
scripts:
workspace-images/base/Dockerfile
Line 54 in baa144a
... can take 313ms (sample size = 1)
Adding a few more date -Ins
showed me that the longest-running $HOME/.bashrc.d/*
scripts could be:
workspace-images/full/Dockerfile
Lines 158 to 160 in baa144a
... 109ms (sample size = 1)
workspace-images/full/Dockerfile
Line 188 in baa144a
... 116ms (sample size = 1)