add testvim.zsh

This commit is contained in:
surtur 2022-04-20 17:07:08 +02:00
parent 4120dac391
commit f409b2c14b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

14
testvim.zsh Executable file

@ -0,0 +1,14 @@
#!/bin/zsh
set -xe
nutmp=$(mktemp -d)
cd "$nutmp"
unset nutmp
for i in {1..20}; do
vim --startuptime start$i.log;
done
find start* -exec grep STARTED {} \; | cut -d' ' -f1