#tst_verbosity

unset ZCONVEY_ID ZCONVEY_FD 2>/dev/null

zplugin ice atclone'command cp -vf $TEST_DIR/zew.plugin.zsh zsh-editing-workbench.plugin.zsh'
zplugin load psprint/zsh-editing-workbench

print -rl -- "${(o)ZPLG_ICE[@]}" >! answer/ice
print -rl -- "${(okv)ZPLG_SICE[@]}" >! answer/sice

ZPLGM[TEST]=1
touch skip

zmodload zsh/zprof
typeset -F3 SECONDS=0
() {
    repeat 200; do
        zplugin load psprint/zsh-editing-workbench
    done
}
local msg="Measured time: \\e[1;35m$SECONDS\\e[0m"
print
zprof | head -n 22
print
print "$msg"

return 0
# vim:ft=zsh
