Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt Startup Times #508

Open
dylanpinn opened this issue Dec 10, 2023 · 0 comments
Open

Prompt Startup Times #508

dylanpinn opened this issue Dec 10, 2023 · 0 comments
Assignees

Comments

@dylanpinn
Copy link
Owner

dylanpinn commented Dec 10, 2023

Profile Various Startup Times and what could slow them down.

Bash

hyperfine --warmup 100 -N "bash --login" --export-markdown /tmp/bash.md

No Configuration at all

Command Mean [ms] Min [ms] Max [ms] Relative
bash --login 3.5 ± 0.2 3.3 4.4 1.00

Source ~/.profile

Command Mean [ms] Min [ms] Max [ms] Relative
bash --login 13.8 ± 0.3 13.4 14.8 1.00

No Homebrew activation

Command Mean [ms] Min [ms] Max [ms] Relative
bash --login 3.3 ± 0.2 3.1 4.4 1.00

Add bash-completion@2

Command Mean [ms] Min [ms] Max [ms] Relative
bash --login 13.9 ± 0.3 13.5 14.9 1.00
@dylanpinn dylanpinn self-assigned this Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant