From 73dd4f3c6dd36983cb1a220cdfe4d6587e0f8aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A6=82=E5=A8=81?= Date: Wed, 9 Jul 2025 00:49:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=87=E6=BB=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 6304319..fb98bf9 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,9 @@ temp/ htmlcov/ .coverage .pytest_cache/ + +# 测试报告文件 +*_test_report.md +concurrent_test_report.md +performance_metrics_*.json +performance_chart.png \ No newline at end of file