Update Nlbench_beta.sh

This commit is contained in:
Jensfrank 2024-07-05 13:01:13 +08:00 committed by GitHub
parent 3ee15eadea
commit ad59ac5a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,8 +139,6 @@ run_script() {
local script_number=$1 local script_number=$1
local output_file=$2 local output_file=$2
local temp_file=$(mktemp) local temp_file=$(mktemp)
# 调用ip_address函数获取IP地址
ip_address
case $script_number in case $script_number in
# YABS # YABS
1) 1)
@ -454,6 +452,9 @@ main() {
# 检查并安装依赖 # 检查并安装依赖
install_dependencies install_dependencies
# 调用ip_address函数获取IP地址
ip_address
# 获取统计数据 # 获取统计数据
sum_run_times sum_run_times