Update Nlbench_beta.sh

This commit is contained in:
Jensfrank 2024-07-02 21:30:22 +08:00 committed by GitHub
parent 15631073f8
commit df018cfead
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -345,12 +345,13 @@ main() {
esac
done
generate_markdown
output_file="vps_test_results_$(date +%Y%m%d_%H%M%S).md"
generate_markdown "$output_file"
# 清理临时文件
rm -f yabs_result.txt fusion_result.txt ip_quality_result.txt streaming_result.txt response_result.txt speedtest_multi_result.txt speedtest_single_result.txt traceroute_result.txt
echo "测试完成!结果已保存到 Markdown 文件中。"
echo "测试完成!结果已保存到 $output_file"
}
# 执行主函数