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
16a4c66d
Unverified
Commit
16a4c66d
authored
Aug 07, 2025
by
Simo Lin
Committed by
GitHub
Aug 07, 2025
Browse files
[router] update pd router ci summary step with new threshold (#8916)
parent
89e6521c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/pr-test-pd-router.yml
.github/workflows/pr-test-pd-router.yml
+2
-2
No files found.
.github/workflows/pr-test-pd-router.yml
View file @
16a4c66d
...
...
@@ -529,7 +529,7 @@ jobs:
fi
fi
if [ "$e2e_latency" != "N/A" ] && [ "$e2e_latency" != "null" ]; then
if (( $(echo "$e2e_latency >
8
.0" | bc -l 2>/dev/null || echo "0") )); then
if (( $(echo "$e2e_latency >
24
.0" | bc -l 2>/dev/null || echo "0") )); then
validation_status="❌"
fi
fi
...
...
@@ -539,7 +539,7 @@ jobs:
fi
fi
if [ "$output_throughput" != "N/A" ] && [ "$output_throughput" != "null" ]; then
if (( $(echo "$output_throughput <
10
0" | bc -l 2>/dev/null || echo "0") )); then
if (( $(echo "$output_throughput <
9
0" | bc -l 2>/dev/null || echo "0") )); then
validation_status="❌"
fi
fi
...
...
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