Unverified Commit 7c0db3a6 authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

[bugfix] Remove PR comment posting from Rust benchmark workflow (#7625)

parent c45e49d8
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment