Update Nlbench_pro.sh

This commit is contained in:
Jensfrank 2024-07-02 01:15:29 +08:00 committed by GitHub
parent cf86a6579d
commit c5f51eea8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -274,6 +274,9 @@ generate_markdown_output() {
echo "[/tabs]" >> "$final_output_file" echo "[/tabs]" >> "$final_output_file"
echo "所有测试完成,结果已保存在 $final_output_file 中。" echo "所有测试完成,结果已保存在 $final_output_file 中。"
echo "$final_output_file" > vps_test_results_$(date +%Y%m%d_%H%M%S).md
echo -e "${YELLOW}结果已保存到 vps_test_results_$(date +%Y%m%d_%H%M%S).md 文件中。${NC}"
} }
# 执行全部脚本 # 执行全部脚本