Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
7c0db3a6
Unverified
Commit
7c0db3a6
authored
Jun 28, 2025
by
Simo Lin
Committed by
GitHub
Jun 28, 2025
Browse files
[bugfix] Remove PR comment posting from Rust benchmark workflow (#7625)
parent
c45e49d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
.github/workflows/pr-benchmark-rust.yml
.github/workflows/pr-benchmark-rust.yml
+0
-12
No files found.
.github/workflows/pr-benchmark-rust.yml
View file @
7c0db3a6
...
@@ -69,18 +69,6 @@ jobs:
...
@@ -69,18 +69,6 @@ jobs:
sgl-router/target/criterion/
sgl-router/target/criterion/
retention-days
:
30
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
:
benchmark-integration-test
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment