[CI][Benchmark] Add new model and v1 test to perf benchmarks (#1099)

### What this PR does / why we need it?
- Add qwen2.5-7b-instruct test
- Add v1 test
---------

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2025-06-12 10:46:41 +08:00
committed by GitHub
parent 2498d297ae
commit dd207cb261
4 changed files with 62 additions and 11 deletions

View File

@@ -9,5 +9,15 @@
"num_iters_warmup": 5,
"num_iters": 15
}
},
{
"test_name": "latency_qwen2_5_7B_tp1",
"parameters": {
"model": "Qwen/Qwen2.5-7B-Instruct",
"tensor_parallel_size": 1,
"load_format": "dummy",
"num_iters_warmup": 5,
"num_iters": 15
}
}
]