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

Performance tuning #226

Merged
merged 4 commits into from
Dec 24, 2023
Merged

Performance tuning #226

merged 4 commits into from
Dec 24, 2023

Conversation

himkt
Copy link
Owner

@himkt himkt commented Dec 24, 2023

Before

> git checkout main
Switched to branch 'main'
Your branch is up to date with 'origin/main'.

> for i in `seq 5`; do; time zsh -i -c exit; done
zsh -i -c exit  1.08s user 0.44s system 53% cpu 2.829 total
zsh -i -c exit  1.09s user 0.44s system 53% cpu 2.851 total
zsh -i -c exit  1.09s user 0.44s system 53% cpu 2.871 total
zsh -i -c exit  1.09s user 0.45s system 53% cpu 2.901 total
zsh -i -c exit  1.09s user 0.44s system 53% cpu 2.888 total

After

> git checkout performance-tuning
Switched to branch 'performance-tuning'

> for i in `seq 5`; do; time zsh -i -c exit; done
Loaded ~/.config/sheldon/plugins.toml
   Checked https://github.com/zsh-users/zsh-autosuggestions
   Checked https://github.com/zsh-users/zsh-syntax-highlighting
   Checked https://github.com/rupa/z
Locked ~/.local/share/sheldon/plugins.lock
zsh -i -c exit  0.14s user 0.21s system 59% cpu 0.588 total
zsh -i -c exit  0.13s user 0.19s system 74% cpu 0.423 total
zsh -i -c exit  0.13s user 0.19s system 74% cpu 0.424 total
zsh -i -c exit  0.13s user 0.19s system 70% cpu 0.446 total
zsh -i -c exit  0.13s user 0.19s system 75% cpu 0.419 total

@himkt himkt merged commit 36344d1 into main Dec 24, 2023
1 check passed
@himkt himkt deleted the performance-tuning branch December 24, 2023 06:09
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

Successfully merging this pull request may close these issues.

1 participant