Skip to content

Commit 1d0f13c

Browse files
[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: vllm-project/vllm@2918c1b Signed-off-by: shen-shanshan <[email protected]>
1 parent f10251e commit 1d0f13c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,8 @@ kernel_meta/
200200
/vllm_ascend/_build_info.py
201201
/vllm_ascend/include/
202202

203+
# benchmark results generated by run-performance-benchmarks.sh
204+
/benchmarks/results/
205+
203206
# generated by CANN
204207
fusion_result.json

0 commit comments

Comments
 (0)