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
3e712387
Commit
3e712387
authored
May 24, 2022
by
Florian Fischer
Browse files
use pipe sleep_strategy for the client
pipe performs generally better than vanilla for network io.
parent
3c9c28ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
bench/emper.py
View file @
3e712387
...
...
@@ -459,8 +459,8 @@ def prepare_client(data_dir: Path, fetch=True):
print
(
"Preparing the client ..."
)
if
not
EMPER_CLIENT_DIR
.
exists
():
checkout_worktree
(
EMPER_CLIENT_DIR
,
client_checkout
)
build_emper
(
EMPER_CLIENT_DIR
,
''
)
#
build_emper(EMPER_CLIENT_DIR, '-Dworker_sleep_strategy=pipe')
#
build_emper(EMPER_CLIENT_DIR, '')
build_emper
(
EMPER_CLIENT_DIR
,
'-Dworker_sleep_strategy=pipe'
)
def
repo_fetch
():
...
...
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