From d792ebaf8d387f6d0684fd63d786eab83db2fd7f Mon Sep 17 00:00:00 2001 From: vvto33 <54504675+vvto33@users.noreply.github.com> Date: Sun, 29 May 2022 10:35:40 +0900 Subject: [PATCH] Update bench.sh --- bench.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bench.sh b/bench.sh index ec4c23b..3d47caa 100644 --- a/bench.sh +++ b/bench.sh @@ -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