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
9c121f2a
Commit
9c121f2a
authored
Feb 02, 2024
by
hnyls2002
Browse files
minor fix: result dump format
parent
03e04b23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
benchmark/json_fast_forward/bench_other.py
benchmark/json_fast_forward/bench_other.py
+1
-0
No files found.
benchmark/json_fast_forward/bench_other.py
View file @
9c121f2a
...
...
@@ -223,6 +223,7 @@ def main(args):
"backend"
:
args
.
backend
,
"latency"
:
round
(
latency
,
3
),
"num_jsons"
:
args
.
num_jsons
,
"mode"
:
args
.
mode
,
"parallel"
:
args
.
parallel
,
}
fout
.
write
(
json
.
dumps
(
value
)
+
"
\n
"
)
...
...
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