Skip to content

bash-bunny/TerminalSpeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Terminal Spawn Speed

I spend most of my time launching and closing terminals around the system. So it's useful to know how much it take to launch and close it.

Test

With time and bash its easy to check.

time kitty -- sh -c "exit"
time alacritty -e sh -c "exit"
time st -e sh -c "exit"
time urxvtc -e sh -c "exit"

Results

kitty goes around 0.27-0.30 seconds

Kitty Speed

alacritty goes around 0.15-0.17 seconds

Alacritty Speed

st goes around 0.051-0.055 seconds

St Speed

urxvt with the daemon(urxvtd and urxvtc) goes around 0.010 seconds

Urxvt Speed

The fastest terminal is urxvt with the daemon urxvtd.

Script

To test with different terminals use the speed.sh script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages