Update bench.sh

This commit is contained in:
vvto33 2022-05-29 10:35:40 +09:00
parent f0f1a1fb2f
commit d792ebaf8d

View File

@ -144,6 +144,8 @@ check_virt(){
virt="KVM"
elif [[ "${virtualx}" == *"VMware Virtual Platform"* ]]; then
virt="VMware"
elif [[ "${sys_product}" == *"VMware Virtual Platform"* ]]; then
virt="VMware"
elif [[ "${virtualx}" == *"Parallels Software International"* ]]; then
virt="Parallels"
elif [[ "${virtualx}" == *VirtualBox* ]]; then