Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing exclusion of rehash on init (#437)
Cut time by 75% ~ via πΉ v1.23.4 via π v3.12.8 (main) on βοΈ β time eval "$(goenv init -)" real 0m0.755s user 0m0.138s sys 0m0.207s ~ via πΉ v1.23.4 via π v3.12.8 (main) on βοΈ β time eval "$(goenv init - --no-rehash)" real 0m0.407s user 0m0.099s sys 0m0.140s After fix: ~ via πΉ v1.23.4 via π v3.12.8 (main) on βοΈ β time eval "$(goenv init - --no-rehash)" real 0m0.133s user 0m0.032s sys 0m0.051s Signed-off-by: Justin Lecher <justin.lecher@astrazeneca.com>
- Loading branch information