Update Nlbench.sh

This commit is contained in:
Jensfrank 2024-06-28 13:08:29 +08:00 committed by GitHub
parent 3ccc7943f0
commit cf54aa9b46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,7 +209,7 @@ speedtest_single_process_output() {
# Step 3: 截取所需的测试结果
local speedtest_single_process_output_result
speedtest_single_process_output_result=$(echo "$no_progress" | awk '/大陆三网+教育网 IPv4 线程测速/{f=1} f; /北京时间/{f=0}')
speedtest_single_process_output_result=$(echo "$no_progress" | awk '/大陆三网+教育网 IPv4 线程测速/{f=1} f; /北京时间/{f=0}')
echo "$speedtest_single_process_output_result"
}