mirror of
https://github.com/teddysun/across.git
synced 2025-04-03 18:49:33 +08:00
Update bench.sh
This commit is contained in:
parent
f0f1a1fb2f
commit
d792ebaf8d
2
bench.sh
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user