Skip to content

Commit 78e396f

Browse files
committed
fix bug
Signed-off-by: wangli <[email protected]>
1 parent a94ebe6 commit 78e396f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/nightly_benchmarks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ defaults:
3838
run:
3939
shell: bash -el {0}
4040

41+
concurrency:
42+
group: pr-${{ github.event.pull_request.number }}
43+
cancel-in-progress: true
44+
4145
jobs:
4246
test:
4347
name: Benchmarks/vLLM=${{ matrix.vllm_branch }}, vLLM-Ascend=${{ matrix.vllm_ascend_branch }}

benchmarks/scripts/run-performance-benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ main() {
290290
# prepare for benchmarking
291291
cd benchmarks || exit 1
292292
get_benchmarks_scripts
293-
python3 scripts/patch_benchmark_dataset.pyc --path vllm_benchmarks/benchmark_dataset.py
293+
python3 scripts/patch_benchmark_dataset.py --path vllm_benchmarks/benchmark_dataset.py
294294
trap cleanup EXIT
295295

296296
QUICK_BENCHMARK_ROOT=./

0 commit comments

Comments
 (0)