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
10a5689f
Commit
10a5689f
authored
Jan 21, 2022
by
Florian Fischer
Browse files
[client] fix client impl selection for multiple clients
parent
632d6037
Pipeline
#76024
failed with stage
in 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bench/client.py
View file @
10a5689f
...
...
@@ -73,8 +73,9 @@ def run_clients(run: int,
err
=
result_dir
/
client_err
csv
=
result_dir
/
client_csv
client_impl
=
CLIENT_IMPLEMENTATIONS
[
implementation
]
if
not
hosts
:
cmd
=
CLIENT_CMD
.
format
(
exe
=
CLIENT_IMPLEMENTATIONS
[
implementation
]
,
cmd
=
CLIENT_CMD
.
format
(
exe
=
client_impl
,
host
=
server_host
,
outfile
=
csv
,
termination_flag
=
termination_flag
,
...
...
@@ -84,7 +85,8 @@ def run_clients(run: int,
assert
hosts
assert
remote_cmd
cmd
=
CLIENT_CMD
.
format
(
host
=
server_host
,
cmd
=
CLIENT_CMD
.
format
(
exe
=
client_impl
,
host
=
server_host
,
outfile
=
'{outfile}'
,
termination_flag
=
termination_flag
,
**
args
,
...
...
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