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
1fd79948
Commit
1fd79948
authored
Dec 03, 2021
by
Florian Fischer
Browse files
bench/server: also use measure_cmd with remote_cmd
parent
81b7d432
Pipeline
#73317
passed with stage
in 4 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bench/server.py
View file @
1fd79948
...
...
@@ -42,7 +42,7 @@ class Server(subprocess.Popen):
self
.
cmd
=
f
'
{
measure_cmd
}
{
cmd
}
'
if
remote_cmd
:
self
.
cmd
=
f
'
{
remote_cmd
}
{
cmd
}
'
self
.
cmd
=
f
'
{
remote_cmd
}
{
self
.
cmd
}
'
assert
host
self
.
host
=
host
...
...
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