Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
a344a1a7
Unverified
Commit
a344a1a7
authored
Aug 15, 2025
by
Michael Goin
Committed by
GitHub
Aug 15, 2025
Browse files
Use regex in convert-results-json-to-markdown.py (#22989)
Signed-off-by:
Michael Goin
<
mgoin64@gmail.com
>
parent
79899b63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py
...ly-benchmarks/scripts/convert-results-json-to-markdown.py
+1
-1
No files found.
.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py
View file @
a344a1a7
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
import
argparse
import
argparse
import
json
import
json
import
os
import
os
import
re
import
shlex
import
shlex
from
importlib
import
util
from
importlib
import
util
from
pathlib
import
Path
from
pathlib
import
Path
...
@@ -12,6 +11,7 @@ from typing import Any
...
@@ -12,6 +11,7 @@ from typing import Any
import
pandas
as
pd
import
pandas
as
pd
import
psutil
import
psutil
import
regex
as
re
from
tabulate
import
tabulate
from
tabulate
import
tabulate
# latency results and the keys that will be printed into markdown
# latency results and the keys that will be printed into markdown
...
...
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