From 7c0db3a6c5d0454e28350d019f323cc1f420467b Mon Sep 17 00:00:00 2001 From: Simo Lin Date: Sat, 28 Jun 2025 22:10:01 -0700 Subject: [PATCH] [bugfix] Remove PR comment posting from Rust benchmark workflow (#7625) --- .github/workflows/pr-benchmark-rust.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/pr-benchmark-rust.yml b/.github/workflows/pr-benchmark-rust.yml index a2dd2a8dd..b2f16bf4d 100644 --- a/.github/workflows/pr-benchmark-rust.yml +++ b/.github/workflows/pr-benchmark-rust.yml @@ -69,18 +69,6 @@ jobs: sgl-router/target/criterion/ retention-days: 30 - - name: Post benchmark results as PR comment - if: github.event_name == 'pull_request' - run: | - cd sgl-router/ - # Use Python script to post benchmark comment - python3 scripts/post_benchmark_comment.py \ - --pr-number ${{ github.event.number }} \ - --commit-sha ${{ github.sha }} \ - --results-file benchmark_results.env - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - benchmark-integration-test: if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request' runs-on: ubuntu-latest