Skip to content

Commit

Permalink
Make shortfin/sglang benchmark such that they still run sequentially,…
Browse files Browse the repository at this point in the history
… but are dependent on each other's success
  • Loading branch information
stbaione committed Dec 3, 2024
1 parent 8f7f0fb commit 305c4b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-sglang-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
benchmark_sglang:
name: "SGLang Serving Benchmark With SGLang"
needs: benchmark_shortfin
if: always()
strategy:
matrix:
version: [3.11]
Expand Down Expand Up @@ -209,12 +210,14 @@ jobs:
with:
name: shortfin_benchmark
path: reports
continue-on-error: true

- name: Download sglang report
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: sglang_benchmark
path: reports
continue-on-error: true

- name: Merge html reports
run: |
Expand Down

0 comments on commit 305c4b0

Please sign in to comment.