From 1d0f13c1a39b4cec26637e48d474e8b3fa0d8d30 Mon Sep 17 00:00:00 2001 From: Shanshan Shen <467638484@qq.com> Date: Fri, 14 Nov 2025 15:44:28 +0800 Subject: [PATCH] [Misc] Add benchmark results into `.gitignore` (#4200) ### What this PR does / why we need it? Add benchmark results into `.gitignore` - vLLM version: v0.11.0 - vLLM main: https://github.com/vllm-project/vllm/commit/2918c1b49c88c29783c86f78d2c4221cb9622379 Signed-off-by: shen-shanshan <467638484@qq.com> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5c527e21..efbd43ae 100644 --- a/.gitignore +++ b/.gitignore @@ -200,5 +200,8 @@ kernel_meta/ /vllm_ascend/_build_info.py /vllm_ascend/include/ +# benchmark results generated by run-performance-benchmarks.sh +/benchmarks/results/ + # generated by CANN fusion_result.json