File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,9 @@ jobs:
198
198
199
199
echo "HEAD_SHA=$HEAD_SHA" >> $GITHUB_ENV
200
200
201
+ # Print the benchmark commit for rereference
202
+ echo "### Run benchmark on [${HEAD_SHA}](https://github.com/vllm-project/vllm/commit/${HEAD_SHA})" >> "${GITHUB_STEP_SUMMARY}"
203
+
201
204
- name : Setup CUDA GPU_FLAG for docker run
202
205
if : env.DEVICE_NAME == 'cuda'
203
206
run : |
@@ -274,6 +277,12 @@ jobs:
274
277
)
275
278
docker exec -t "${container_name}" bash -c "cd vllm-benchmarks/vllm && bash .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh"
276
279
280
+ # Keep a copy of the benchmark results on GitHub for reference
281
+ - uses : actions/upload-artifact@v4
282
+ with :
283
+ name : benchmark-results
284
+ path : vllm-benchmarks/vllm/benchmarks/results
285
+
277
286
- name : Authenticate with AWS
278
287
# AWS CUDA runners already have access to the bucket via its runner IAM role
279
288
if : env.DEVICE_NAME != 'cuda'
You can’t perform that action at this time.
0 commit comments