Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper-io-eval
Commits
4ff2ec2b
Commit
4ff2ec2b
authored
May 12, 2022
by
Florian Fischer
Browse files
fixup! client: be consistent with the available substitutions
parent
47b6264a
Pipeline
#82025
passed with stage
in 1 minute and 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bench/client.py
View file @
4ff2ec2b
...
...
@@ -68,10 +68,7 @@ def run_clients(run: int,
csv
=
result_dir
/
client_csv
if
additional_args
:
additional_args
=
additional_args
.
format
(
**
args
,
**
substitutions
,
RUN
=
run
,
BENCHDIR
=
result_dir
)
additional_args
=
additional_args
.
format
(
**
args
,
**
substitutions
)
client_impl
=
CLIENT_IMPLEMENTATIONS
[
implementation
]
if
not
hosts
:
...
...
Write
Preview
Supports
Markdown
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