have phoronix-test-suite &&
_phoronix-test-suite-show()
{
        local cur

        COMPREPLY=()
        cur=${COMP_WORDS[COMP_CWORD]}
        COMPREPLY=($( compgen -W "$(phoronix-test-suite dump-possible-options)" -- "$cur" ))
}
complete -F _phoronix-test-suite-show phoronix-test-suite

