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
67470bbb
Unverified
Commit
67470bbb
authored
Dec 08, 2024
by
Yineng Zhang
Committed by
GitHub
Dec 08, 2024
Browse files
minor: update correct measurement unit (#2406)
parent
cc858953
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/srt/test_bench_serving.py
test/srt/test_bench_serving.py
+1
-1
No files found.
test/srt/test_bench_serving.py
View file @
67470bbb
...
...
@@ -125,7 +125,7 @@ class TestBenchServing(unittest.TestCase):
if
is_in_ci
():
write_github_step_summary
(
f
"### test_online_latency_default
\n
"
f
'median_e2e_latency_ms :
{
res
[
"median_e2e_latency_ms"
]:.
2
f
}
token/
s
\n
'
f
'median_e2e_latency_ms :
{
res
[
"median_e2e_latency_ms"
]:.
2
f
}
m
s
\n
'
)
self
.
assertLess
(
res
[
"median_e2e_latency_ms"
],
12000
)
self
.
assertLess
(
res
[
"median_ttft_ms"
],
86
)
...
...
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