Update Nlbench_beta.sh

This commit is contained in:
Jensfrank 2024-06-28 14:10:22 +08:00 committed by GitHub
parent 1a667aef61
commit ab7c7d50b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@ show_welcome() {
echo "7. 单线程测试" echo "7. 单线程测试"
echo "8. 回程路由(调试中)" echo "8. 回程路由(调试中)"
echo "" echo ""
echo -e "${RED}按任意键开始测试...${NC}" echo -e "${RED}按任意键进入测试选项...${NC}"
read -n 1 -s read -n 1 -s
clear clear
} }
@ -259,7 +259,7 @@ perform_test() {
# 运行所有测试 # 运行所有测试
run_all_tests() { run_all_tests() {
echo "请选择测试模式:" echo -e "${RED}请选择测试模式:${NC}"
echo "1. 全部测试" echo "1. 全部测试"
echo "2. 选择性测试输入数字用英文逗号分隔1,2,3" echo "2. 选择性测试输入数字用英文逗号分隔1,2,3"
read -r test_choice read -r test_choice