mirror of
https://github.com/teddysun/across.git
synced 2025-11-26 21:35:33 +08:00
Update bench.sh
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user